Spark Extension : ML transformers, SQL aggregations, etc that are missing in Apache Spark
sparkext-mllib 0.0.20
Group ID:
com.collective.sparkext
Artifact ID:
sparkext-mllib_2.10
Version:
0.0.20
Release Date:
Nov 16, 2015
Licenses:
libraryDependencies += "com.collective.sparkext" %% "sparkext-mllib" % "0.0.20" resolvers += Resolver.bintrayRepo("collectivemedia", "releases")
ivy"com.collective.sparkext::sparkext-mllib:0.0.20" MavenRepository("https://dl.bintray.com/collectivemedia/releases")
//> using dep "com.collective.sparkext::sparkext-mllib:0.0.20"
import $ivy.`com.collective.sparkext::sparkext-mllib:0.0.20` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray collectivemedia releases", "Some(https://dl.bintray.com/collectivemedia/releases)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.collective.sparkext</groupId> <artifactId>sparkext-mllib_2.10</artifactId> <version>0.0.20</version> </dependency>
compile group: 'com.collective.sparkext', name: 'sparkext-mllib_2.10', version: '0.0.20'