spark-bigquery (homepage)
Spark connector for BigQuery
@appsflyer-dev / (0)
This Spark module allows saving DataFrame as BigQuery table.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.appsflyer:spark-bigquery_2.10:0.1.1
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "appsflyer-dev/spark-bigquery:0.1.1"
Otherwise,
libraryDependencies += "com.appsflyer" % "spark-bigquery_2.10" % "0.1.1"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.appsflyer</groupId> <artifactId>spark-bigquery_2.10</artifactId> <version>0.1.1</version> </dependency> </dependencies>
Releases
Version: 0.1.1 ( 085b15 | zip | jar ) / Date: 2017-01-29 / License: Apache-2.0 / Scala version: 2.10
Version: 0.1.0 ( c20373 | zip | jar ) / Date: 2016-11-13 / License: Apache-2.0 / Scala version: 2.10