Spark Extension : ML transformers, SQL aggregations, etc that are missing in Apache Spark
sparkext-mllib 0.0.17.6809379
Group ID:
com.collective.sparkext
Artifact ID:
sparkext-mllib_2.10
Version:
0.0.17.6809379
Release Date:
Oct 12, 2015
Licenses:
libraryDependencies += "com.collective.sparkext" %% "sparkext-mllib" % "0.0.17.6809379" resolvers += Resolver.bintrayRepo("collectivemedia", "releases")
ivy"com.collective.sparkext::sparkext-mllib:0.0.17.6809379" MavenRepository("https://dl.bintray.com/collectivemedia/releases")
//> using dep "com.collective.sparkext::sparkext-mllib:0.0.17.6809379"
import $ivy.`com.collective.sparkext::sparkext-mllib:0.0.17.6809379` 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.17.6809379</version> </dependency>
compile group: 'com.collective.sparkext', name: 'sparkext-mllib_2.10', version: '0.0.17.6809379'