You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Jordan Birdsell (Code Review)" <ge...@cloudera.org> on 2016/11/26 20:25:10 UTC

[kudu-CR] [WIP][spark] - Java Spark API

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/5172

to look at the new patch set (#4).

Change subject: [WIP][spark] - Java Spark API
......................................................................

[WIP][spark] - Java Spark API

Currently, the Kudu Spark API is only supported for Scala. This
patch introduces Java compatibility for Spark. This will later
be useful for the creation of a Kudu pyspark API since py4j
will be used to wrap the library.

Change-Id: I87c5ba73a0139b05e9a03157078be31534ea5488
---
M java/kudu-spark/pom.xml
A java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/api/java/JavaKuduContext.scala
A java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/api/java/JavaKuduRDD.scala
A java/kudu-spark/src/test/java/org/apache/kudu/spark/kudu/BaseJavaKuduSparkTest.java
A java/kudu-spark/src/test/java/org/apache/kudu/spark/kudu/JavaKuduContextTest.java
5 files changed, 464 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/72/5172/4
-- 
To view, visit http://gerrit.cloudera.org:8080/5172
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I87c5ba73a0139b05e9a03157078be31534ea5488
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell <jt...@apache.org>
Gerrit-Reviewer: Kudu Jenkins