Dan Burkert has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/1788 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans --- 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/test/resources/log4j.properties 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, 598 insertions(+), 0 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1788 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic187513ef9724d50024f7401d7ecd19d53554245 Gerrit-PatchSet: 11 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jean-Daniel Cryans Gerrit-Reviewer: Anonymous Coward #125 Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
