bahir:streaming-pubsub (homepage)
Spark DStream connector for Google Pub/Sub
@apache / (0)
A Spark Streaming library for reading data from Google Cloud Pub/Sub (https://cloud.google.com/pubsub/).
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages org.apache.bahir:spark-streaming-pubsub_2.11:2.2.0
sbt
In your sbt build file, add:
libraryDependencies += "org.apache.bahir" % "spark-streaming-pubsub_2.11" % "2.2.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-streaming-pubsub_2.11</artifactId> <version>2.2.0</version> </dependency> </dependencies>
Releases
Version: 2.2.0 ( d92728 | zip | jar ) / Date: 2017-09-18 / License: Apache-2.0
Version: 2.1.1 ( 26bdee | zip | jar ) / Date: 2017-09-18 / License: Apache-2.0