amplab / spark-indexedrdd   0.4.0

Apache License 2.0 GitHub

An efficient updatable key-value store for Apache Spark

Scala versions: 2.11

spark-indexedrdd 0.4.0


Group ID:
amplab
Artifact ID:
spark-indexedrdd
Version:
0.4.0
Release Date:
Jan 11, 2017
Licenses:

libraryDependencies += "amplab" % "spark-indexedrdd" % "0.4.0"
resolvers += Resolver.bintrayRepo("spark-packages", "maven")

Mill build tool

ivy"amplab:spark-indexedrdd:0.4.0"
MavenRepository("https://dl.bintray.com/spark-packages/maven")

Scala CLI

//> using dep "amplab:spark-indexedrdd:0.4.0"

Ammonite REPL

import $ivy.`amplab:spark-indexedrdd:0.4.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray spark-packages maven",
  "Some(https://dl.bintray.com/spark-packages/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>amplab</groupId>
  <artifactId>spark-indexedrdd</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'amplab', name: 'spark-indexedrdd', version: '0.4.0'