spark-github-pr (homepage)
Spark SQL datasource for GitHub PR API
@lightcopy / (0)
Spark SQL datasource for GitHub PR API
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages lightcopy:spark-github-pr:1.3.0-s_2.10
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "lightcopy/spark-github-pr:1.3.0-s_2.10"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "lightcopy" % "spark-github-pr" % "1.3.0-s_2.10"
Maven
In your pom.xml, add:<dependencies>
<!-- list of dependencies -->
<dependency>
<groupId>lightcopy</groupId>
<artifactId>spark-github-pr</artifactId>
<version>1.3.0-s_2.10</version>
</dependency>
</dependencies>
<repositories>
<!-- list of other repositories -->
<repository>
<id>SparkPackagesRepo</id>
<url>https://repos.spark-packages.org/</url>
</repository>
</repositories>
Releases
Version: 1.3.0-s_2.10 ( 3e1561 | zip | jar ) / Date: 2016-12-25 / License: Apache-2.0 / Scala version: 2.10
Version: 1.3.0-s_2.11 ( 3e1561 | zip | jar ) / Date: 2016-12-25 / License: Apache-2.0 / Scala version: 2.11
Version: 1.2.0-s_2.11 ( 6879c3 | zip | jar ) / Date: 2016-11-17 / License: Apache-2.0 / Scala version: 2.11
Version: 1.2.0-s_2.10 ( 6879c3 | zip | jar ) / Date: 2016-11-17 / License: Apache-2.0 / Scala version: 2.10
Version: 1.1.0-s_2.10 ( 2efc6e | zip | jar ) / Date: 2016-10-24 / License: Apache-2.0 / Scala version: 2.10
Version: 1.1.0-s_2.11 ( 2efc6e | zip | jar ) / Date: 2016-10-24 / License: Apache-2.0 / Scala version: 2.11
Version: 1.0.0-s_2.11 ( a2f8c5 | zip | jar ) / Date: 2016-10-23 / License: Apache-2.0 / Scala version: 2.11
Version: 1.0.0-s_2.10 ( a2f8c5 | zip | jar ) / Date: 2016-10-23 / License: Apache-2.0 / Scala version: 2.10