Bankim Bhavsar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17400
Change subject: [util] Add a function to fetch non-default flags as a map ...................................................................... [util] Add a function to fetch non-default flags as a map We already have a function that returns non-default flags as a vector of strings. This change adds a function that returns non-default flags as a map refactoring and reusing the existing logic. This function is used in add master tool to bring up the new master as it's unnecessary to pass all the flags to the kudu master. This is similar to master run implementation in master_runner.cc. Change-Id: I7e7c9fc4de9be05110dba5ca02f48d46b6b474b7 --- M src/kudu/tools/tool_action_master.cc M src/kudu/util/flags.cc M src/kudu/util/flags.h 3 files changed, 40 insertions(+), 21 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/17400/1 -- To view, visit http://gerrit.cloudera.org:8080/17400 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7e7c9fc4de9be05110dba5ca02f48d46b6b474b7 Gerrit-Change-Number: 17400 Gerrit-PatchSet: 1 Gerrit-Owner: Bankim Bhavsar <[email protected]>
