Hello Jean-Daniel Cryans,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1788
to look at the new patch set (#4).
Change subject: Spark connectors for Kudu
......................................................................
Spark connectors for Kudu
This is a cleanup of Ted Malaska's "SparkOnKudu":
https://github.com/tmalaska/SparkOnKudu
Even if this patch is very simple and unfinished, the goal is to
provide a platform for others to add more functionality.
It contains wrappers around common Spark operators that make it easy
to use Kudu. It also has a Data Source implementation.
Basic scala unit tests are provided.
Change-Id: Ic187513ef9724d50024f7401d7ecd19d53554245
---
A java/kudu-spark/pom.xml
A java/kudu-spark/src/main/scala/org/kududb/spark/DefaultSource.scala
A java/kudu-spark/src/main/scala/org/kududb/spark/KuduContext.scala
A java/kudu-spark/src/main/scala/org/kududb/spark/KuduDStreamFunctions.scala
A java/kudu-spark/src/test/scala/org/kududb/spark/DefaultSourceSuite.scala
A java/kudu-spark/src/test/scala/org/kududb/spark/KuduContextSuite.scala
A java/kudu-spark/src/test/scala/org/kududb/spark/TestContext.scala
M java/pom.xml
8 files changed, 752 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/88/1788/4
--
To view, visit http://gerrit.cloudera.org:8080/1788
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic187513ef9724d50024f7401d7ecd19d53554245
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>