collectivemedia / spark-ext   0.0.23

Apache License 2.0 GitHub

Spark Extension : ML transformers, SQL aggregations, etc that are missing in Apache Spark

Scala versions: 2.11 2.10

sparkext-mllib 0.0.23


Group ID:
com.collective.sparkext
Artifact ID:
sparkext-mllib_2.11
Version:
0.0.23
Release Date:
Jan 25, 2016
Licenses:

libraryDependencies += "com.collective.sparkext" %% "sparkext-mllib" % "0.0.23"
resolvers += Resolver.bintrayRepo("collectivemedia", "releases")

Mill build tool

ivy"com.collective.sparkext::sparkext-mllib:0.0.23"
MavenRepository("https://dl.bintray.com/collectivemedia/releases")

Scala CLI

//> using dep "com.collective.sparkext::sparkext-mllib:0.0.23"

Ammonite REPL

import $ivy.`com.collective.sparkext::sparkext-mllib:0.0.23`
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.11</artifactId>
  <version>0.0.23</version>
</dependency>

compile group: 'com.collective.sparkext', name: 'sparkext-mllib_2.11', version: '0.0.23'