Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18127 )
Change subject: [tool] Add --host to start_kudu.sh script ...................................................................... [tool] Add --host to start_kudu.sh script The start_kudu.sh script currently works with an assumption that the Kudu servers will be accessed from the same host that they're running on (i.e. localhost). Recently, while running Kudu in a remote Linux box, I wanted to access it from my Mac, but the ports were bound to the loopback interface, so I wasn't able to do that. This change makes it possible to change what interface the servers bound to. To make sure the web server can be connected to from both a remote machine and from localhost, this patch also removes the --webserver_interface flag, which defaults to 0.0.0.0. Change-Id: I68f920a03f494d277b5f7008b0a75cd927634d9f Reviewed-on: http://gerrit.cloudera.org:8080/18127 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> --- M src/kudu/scripts/start_kudu.sh 1 file changed, 6 insertions(+), 3 deletions(-) Approvals: Kudu Jenkins: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18127 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I68f920a03f494d277b5f7008b0a75cd927634d9f Gerrit-Change-Number: 18127 Gerrit-PatchSet: 4 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
