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 (#3). Change subject: [WIP][spark] - Java Spark API DONT_BUILD ...................................................................... [WIP][spark] - Java Spark API DONT_BUILD 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 --- 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 3 files changed, 347 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/72/5172/3 -- 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: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jtbirds...@apache.org> Gerrit-Reviewer: Kudu Jenkins