Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12101
Change subject: Create parallelized loader Spark job ...................................................................... Create parallelized loader Spark job This patch adds a new DistributedDataGenerator tool that can load random or sequential data into an existing Kudu table. This tool was written to help test the backup and restore tools. It is currently marked private but could be made public in the future. Change-Id: Ibdfd41a21a7f80d22125c7f4e5ca4ed62c31709d --- M java/kudu-spark-tools/build.gradle A java/kudu-spark-tools/src/main/scala/org/apache/kudu/spark/tools/DistributedDataGenerator.scala A java/kudu-spark-tools/src/test/scala/org/apache/kudu/spark/tools/DistributedDataGeneratorTest.scala 3 files changed, 294 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/12101/1 -- To view, visit http://gerrit.cloudera.org:8080/12101 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibdfd41a21a7f80d22125c7f4e5ca4ed62c31709d Gerrit-Change-Number: 12101 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
