Hello Mike Percy, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11537
to look at the new patch set (#2).
Change subject: [spark] Add KuduReadOptions to encapsulate the read parameters
......................................................................
[spark] Add KuduReadOptions to encapsulate the read parameters
This patch adds KuduReadOptions and refactors
the exisiting private APIs to leverage it.
Additionally some refactoring was done to
KuduWriteOptions to ensure the interaction
with both classes was unified.
This patch is a preliminary step to adding
keep alive support to the Spark integration.
Change-Id: Iaee3d09471cad2cddd816ec77eafaae457faf1c2
---
M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala
M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduContext.scala
M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduRDD.scala
A
java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduReadOptions.scala
M
java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduWriteOptions.scala
M
java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/DefaultSourceTest.scala
6 files changed, 155 insertions(+), 123 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/37/11537/2
--
To view, visit http://gerrit.cloudera.org:8080/11537
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iaee3d09471cad2cddd816ec77eafaae457faf1c2
Gerrit-Change-Number: 11537
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>