spark (homepage)
Apache Camel Streaming Consumer
@synsys / (0)
A Spark Streaming consumer that ingests data from an Apache Camel component. Any of the many Apache Camel components supporting message consumption can be used
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.synsys.org.apache.spark:spark-streaming-camel_2.10:1.0.0
sbt
In your sbt build file, add:
libraryDependencies += "com.synsys.org.apache.spark" % "spark-streaming-camel_2.10" % "1.0.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.synsys.org.apache.spark</groupId> <artifactId>spark-streaming-camel_2.10</artifactId> <version>1.0.0</version> </dependency> </dependencies>
Releases
Version: 1.0.0 ( d6587a | zip | jar ) / Date: 2015-01-26 / License: Apache-2.0