Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18948
Change subject: [scripts] add HTTP address option for start_kudu.sh ...................................................................... [scripts] add HTTP address option for start_kudu.sh This patch adds a new option to customize the IP address of the Kudu's embedded HTTP server. A couple of usage examples: ../../src/kudu/scripts/start_kudu.sh --webhost 192.168.1.37 ../../src/kudu/scripts/start_kudu.sh -W 192.168.1.37 I also took the liberty to update the description of some flags and update the naming of the flags to specify the port numbers for the RPC and the HTTP endpoints, while keeping the script backwards-compatible (i.e. it still understands the prior naming of the corresponding flags): * rpc-master --> rpc-port-master * rpc-tserver --> rpc-port-tserver Change-Id: I468499c5df56e958f926053d485b7d0a08c63905 --- M src/kudu/scripts/start_kudu.sh 1 file changed, 21 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/48/18948/1 -- To view, visit http://gerrit.cloudera.org:8080/18948 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I468499c5df56e958f926053d485b7d0a08c63905 Gerrit-Change-Number: 18948 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
