This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 7acbdb3 KUDU-2687: fix ITClient retries (take two)
new 1356792 [scripts] Add initial test scripts for backup/restore testing
new 61546c0 [spark-tools] DistributedDataGenerator repartition support
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../spark/tools/DistributedDataGenerator.scala | 204 +++++++-----
.../spark/tools/DistributedDataGeneratorTest.scala | 74 ++++-
.../org/apache/kudu/spark/kudu/KuduContext.scala | 2 +-
src/kudu/scripts/backup-perf.py | 343 +++++++++++++++++++++
4 files changed, 552 insertions(+), 71 deletions(-)
create mode 100755 src/kudu/scripts/backup-perf.py