Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11537
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, 156 insertions(+), 123 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/37/11537/1 -- 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: newchange Gerrit-Change-Id: Iaee3d09471cad2cddd816ec77eafaae457faf1c2 Gerrit-Change-Number: 11537 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
