Yifan Zhang has submitted this change and it was merged. ( 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 the flags to add default values for each and update the naming of the flags that 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 Reviewed-on: http://gerrit.cloudera.org:8080/18948 Tested-by: Kudu Jenkins Reviewed-by: Yifan Zhang <[email protected]> --- M src/kudu/scripts/start_kudu.sh 1 file changed, 50 insertions(+), 31 deletions(-) Approvals: Kudu Jenkins: Verified Yifan Zhang: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I468499c5df56e958f926053d485b7d0a08c63905 Gerrit-Change-Number: 18948 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]>
