spark-scalding (homepage)

Use Cascading Taps and Scalding DSL with Spark — Edit

@tresata / (0)

Spark-scalding is a library that aims to make the transition from Cascading/Scalding to Spark a little easier by adding support for Cascading Taps, Scalding Sources and the Scalding Fields API in Spark.


Tags (No tags yet, login to add one. )


How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages com.tresata:spark-scalding_2.10:0.5.0

sbt

In your sbt build file, add:

libraryDependencies += "com.tresata" % "spark-scalding_2.10" % "0.5.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.tresata</groupId>
    <artifactId>spark-scalding_2.10</artifactId>
    <version>0.5.0</version>
  </dependency>
</dependencies>

Releases

Version: 0.5.0-s_2.10 ( b56182 | zip | jar ) / Date: 2015-11-13 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 36% , - 97% , - 36% , - 90% , - 36% , - 100%

Version: 0.5.0-s_2.11 ( b56182 | zip | jar ) / Date: 2015-11-13 / License: Apache-2.0 / Scala version: 2.11

Spark Scala/Java API compatibility: - 100% , - 36% , - 97% , - 90%

Version: 0.4.0-s_2.10 ( db5b1e | zip | jar ) / Date: 2015-11-13 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 99% , - 38% , - 97% , - 38% , - 100% , - 38%

Version: 0.4.0-s_2.11 ( db5b1e | zip | jar ) / Date: 2015-11-13 / License: Apache-2.0 / Scala version: 2.11

Spark Scala/Java API compatibility: - 100% , - 99% , - 38% , - 97%

Version: 0.3.0 ( 6eaedb | zip | jar ) / Date: 2015-03-30 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 84% , - 97% , - 88% , - 100%