Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18813 )
Change subject: [tools] Add --fault_tolerant to some CLI tools ...................................................................... [tools] Add --fault_tolerant to some CLI tools Add --fault_tolerant to 'kudu table copy/scan' and 'kudu perf table_scan' to make the scanner fault-tolerant and the results returned in primary key order per-tablet. This patch also adds some other flags missing in 'kudu table copy'. Change-Id: I1a05792db9dceb5e774ce1602158bb636bba04d0 Reviewed-on: http://gerrit.cloudera.org:8080/18813 Reviewed-by: Yifan Zhang <[email protected]> Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/client/scan_configuration.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/tool_action_perf.cc M src/kudu/tools/tool_action_table.cc 5 files changed, 97 insertions(+), 2 deletions(-) Approvals: Yifan Zhang: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18813 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1a05792db9dceb5e774ce1602158bb636bba04d0 Gerrit-Change-Number: 18813 Gerrit-PatchSet: 7 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
