Hongjiang Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17444
Change subject: KUDU-3223: Mangement of per-table limit by kudu cli ...................................................................... KUDU-3223: Mangement of per-table limit by kudu cli Use kudu cli to set disk_size_limit and row_count_limit on table level. If the kudu-master does not set "-enable_table_write_limit=true", kudu cli cannot set the limit. The table's disk_size_limit and row_count_limit are 'N/A' when calling 'kudu table statistics'. Only kudu-master sets "-enable_table_write_limit=true", can the kudu cli change the table limit. Change-Id: I59bb64cc85d5fca48ae8ec980f5cfc62e4b3a1d3 --- M src/kudu/master/catalog_manager.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_table.cc 3 files changed, 167 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/44/17444/1 -- To view, visit http://gerrit.cloudera.org:8080/17444 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I59bb64cc85d5fca48ae8ec980f5cfc62e4b3a1d3 Gerrit-Change-Number: 17444 Gerrit-PatchSet: 1 Gerrit-Owner: Hongjiang Zhang <[email protected]>
