Will Berkeley has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11487 )
Change subject: [tools] Add table name filter to kudu fs list ...................................................................... [tools] Add table name filter to kudu fs list Due to the use of '--table_name' in 'kudu perf loadgen', I had to move the definition of the flag to tool_action_common.cc and override the description for the loadgen flag. There's no unit tests for the filtering functionality, and I didn't add any. I did test manually on a cluster with two tables that 'kudu fs list' works as expected with no table name filter, a table name filter that matches no tables, and a table name filter that matches one table. I also checked that 'kudu perf loadgen' still works as expected when `--table_name' is supplied and when it is not supplied. Change-Id: Iaed1aa0a566a7bfed3fac2574c0da1651059e9d0 Reviewed-on: http://gerrit.cloudera.org:8080/11487 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tools/tool_action_common.cc M src/kudu/tools/tool_action_fs.cc M src/kudu/tools/tool_action_perf.cc 3 files changed, 25 insertions(+), 14 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11487 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iaed1aa0a566a7bfed3fac2574c0da1651059e9d0 Gerrit-Change-Number: 11487 Gerrit-PatchSet: 3 Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Will Berkeley <[email protected]>
