Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13415
Change subject: [backup] KUDU-2787 Allow single table failures for backup and restore ...................................................................... [backup] KUDU-2787 Allow single table failures for backup and restore This path enhances backup to be able to survive the failures of individual tables. It adds a new option `--failOnFirstError` to the backup job, which defaults to false, and which when true causes the backup job to fail as soon as any table has an error (the previous behavior). A follow up will add a similar option to the restore job. Change-Id: I4f3731f8df04791727c44af9ade9989f2cc6ef95 --- M java/kudu-backup/src/main/scala/org/apache/kudu/backup/KuduBackup.scala M java/kudu-backup/src/main/scala/org/apache/kudu/backup/Options.scala M java/kudu-backup/src/test/scala/org/apache/kudu/backup/TestKuduBackup.scala 3 files changed, 134 insertions(+), 60 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/13415/1 -- To view, visit http://gerrit.cloudera.org:8080/13415 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4f3731f8df04791727c44af9ade9989f2cc6ef95 Gerrit-Change-Number: 13415 Gerrit-PatchSet: 1 Gerrit-Owner: Will Berkeley <[email protected]>
