snowwolph / spark-1

Apache Spark Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Spark Extensions

A multi-module Maven project. Each module extends the core functionality of Apache Spark as described below.

Modules

Overview groupId artifactId packaging
Parent module com.synsys.org.apache.spark spark pom
A Spark Streaming module that ingests data from an Apache Camel component. Any of the many Apache Camel components supporting message consumption can be used com.synsys.org.apache.spark spark-streaming-camel_2.10 jar

Building

Builds require maven version 3.1.1 or higher.

From a command line run:

cd /project/root
mvn install

Releases

Released artifacts are deployed to Maven Central

About

Apache Spark Extensions

License:Apache License 2.0


Languages

Language:Java 56.0%Language:Scala 44.0%