spark-json-relay (homepage)

SparkListener that converts SparkListenerEvents to JSON and forwards them to an external service via RPC.

@hammerlab / (0)

JsonRelay is easy way to get SparkListenerEvents out of your driver process, to whatever downstream consumers await.


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 org.hammerlab:spark-json-relay:2.0.1

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "hammerlab/spark-json-relay:2.0.1"

Otherwise,

libraryDependencies += "org.hammerlab" % "spark-json-relay" % "2.0.1"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>org.hammerlab</groupId>
    <artifactId>spark-json-relay</artifactId>
    <version>2.0.1</version>
  </dependency>
</dependencies>

Releases

Version: 2.0.1 ( 58377e | zip | jar ) / Date: 2015-10-12 / License: Apache-2.0

Spark Scala/Java API compatibility: - 59% , - 100% , - 49% , - 79% , - 57% , - 95%

Version: 2.0.0 ( 419ad5 | zip | jar ) / Date: 2015-09-12 / License: Apache-2.0

Spark Scala/Java API compatibility: - 100% , - 49% , - 79% , - 57% , - 95% , - 59%

Version: 1.0.1 ( 4fdecf | zip | jar ) / Date: 2015-09-11 / License: Apache-2.0

Spark Scala/Java API compatibility: - 83% , - 60% , - 100% , - 62% , - 100% , - 51%

Version: 1.0.0 ( 2619d5 | zip | jar ) / Date: 2015-07-21 / License: Apache-2.0

Spark Scala/Java API compatibility: - 51% , - 83% , - 60% , - 100% , - 62%