xyxiaoyou / geode-spark-connector

This is a fork of the Apache Geode spark connector from tags/rel/v1.1.1 - the intent is to update it to a current version of scala and geode / gemfire. This project is open source and if you would like to contribute feel free to open a pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spark Geode Connector

Spark Geode Connector let's you connect Spark to Geode, expose Geode regions as Spark RDDs, save Spark RDDs to Geode and execute Geode OQL queries in your Spark applications and expose the results as DataFrames.

Features:

  • Expose Geode region as Spark RDD with Geode server-side filtering
  • RDD join and outer join Geode region
  • Save Spark RDD to Geode
  • Save DStream to Geode
  • Execute Geode OQL and return DataFrame

Version and Compatibility

Spark Geode Connector supports Spark 2.3.

Documentation

License: Apache License 2.0

About

This is a fork of the Apache Geode spark connector from tags/rel/v1.1.1 - the intent is to update it to a current version of scala and geode / gemfire. This project is open source and if you would like to contribute feel free to open a pull request.

License:Apache License 2.0


Languages

Language:Scala 61.7%Language:Java 32.6%Language:Shell 5.7%