spark-riak-connector (homepage)

The official Riak Spark Connector for Apache Spark with Riak TS and Riak KV

@basho / (2)

The Spark-Riak connector enables you to connect Spark applications to Riak KV and Riak TS with the Spark RDD and Spark DataFrames APIs.


Tags

  • 3|python
  • 3|data source
  • 3|riak
  • 3|basho
  • 2|streaming
  • 2|nosql
  • 2|scala

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages com.basho.riak:spark-riak-connector_2.10:1.6.3

sbt

In your sbt build file, add:

libraryDependencies += "com.basho.riak" % "spark-riak-connector_2.10" % "1.6.3"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.basho.riak</groupId>
    <artifactId>spark-riak-connector_2.10</artifactId>
    <version>1.6.3</version>
  </dependency>
</dependencies>

Releases

Version: 1.6.3 ( 84859a | zip | jar ) / Date: 2017-03-17 / License: Apache-2.0 / Scala version: 2.10

Version: 1.6.2 ( 9970e7 | zip | jar ) / Date: 2017-01-02 / License: Apache-2.0 / Scala version: 2.10

Version: 1.6.0 ( 16d483 | zip | jar ) / Date: 2016-09-07 / License: Apache-2.0 / Scala version: 2.10

Version: 1.5.0 ( d42c36 | zip ) / Date: 2016-04-18 / License: Apache-2.0