Mike Percy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13416 )
Change subject: [backup] KUDU-2787 Pt 2 Allow single table failures for restore ...................................................................... [backup] KUDU-2787 Pt 2 Allow single table failures for restore This path enhances restore to be able to survive the failures of individual tables. It adds a new option `--failOnFirstError` to the restore job, which defaults to false, and which when true causes the restore job to fail as soon as any table has an error (the previous behavior). Change-Id: I9dcc0be78e637b47f35e494dce4a6df274c8d559 Reviewed-on: http://gerrit.cloudera.org:8080/13416 Reviewed-by: Mike Percy <[email protected]> Tested-by: Mike Percy <[email protected]> --- M java/kudu-backup/src/main/scala/org/apache/kudu/backup/KuduRestore.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 M java/kudu-backup/src/test/scala/org/apache/kudu/backup/TestOptions.scala 4 files changed, 169 insertions(+), 107 deletions(-) Approvals: Mike Percy: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/13416 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9dcc0be78e637b47f35e494dce4a6df274c8d559 Gerrit-Change-Number: 13416 Gerrit-PatchSet: 4 Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
