spark-ryft-connector (homepage)
Spark connector for Ryft ONE
@getryft / (1)
Apache Spark connector for Ryft One servers - http://www.ryft.com
- exposes ryft plan text & structures searches via RDD
- DataFrames support
- Spark SQL support
- Custom sharding and prtitioning support
- Supports scala, java, pyspark and sparkR
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.ryft:spark-ryft-connector_2.10:0.9.0
sbt
In your sbt build file, add:
libraryDependencies += "com.ryft" % "spark-ryft-connector_2.10" % "0.9.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.ryft</groupId> <artifactId>spark-ryft-connector_2.10</artifactId> <version>0.9.0</version> </dependency> </dependencies>
Releases
Version: 0.9.0 ( dc6bc6 | zip | jar ) / Date: 2017-04-04 / License: other license / Scala version: 2.10
Version: 0.7.0 ( 18e9b7 | zip | jar ) / Date: 2016-09-08 / License: other license / Scala version: 2.10
Version: 0.6.0 ( b71418 | zip | jar ) / Date: 2016-06-03 / License: other license / Scala version: 2.10
Version: 0.4.1 ( 45b59d | zip | jar ) / Date: 2016-01-14 / License: other license / Scala version: 2.10
Version: 0.4.0 ( 8c8725 | zip | jar ) / Date: 2016-01-06 / License: other license / Scala version: 2.10