Grant Henke has uploaded a new patch set (#4) to the change originally created by Mike Percy. ( http://gerrit.cloudera.org:8080/11147 )
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 marke private but could be made public in the future. Change-Id: I4434c9f5d709154037386b4c7be94045df162267 --- 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, 293 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/11147/4 -- To view, visit http://gerrit.cloudera.org:8080/11147 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I4434c9f5d709154037386b4c7be94045df162267 Gerrit-Change-Number: 11147 Gerrit-PatchSet: 4 Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
