Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19638
Change subject: IMPALA-12011: Unset JAVA_TOOL_OPTIONS variable for webserver_private_key_password_cmd ...................................................................... IMPALA-12011: Unset JAVA_TOOL_OPTIONS variable for webserver_private_key_password_cmd IMPALA-6293 intends to unset JAVA_TOOL_OPTIONS variable for all the shell commands that run java. So they won't fail in binding to the same debug port. However, it's not done correctly for the command of webserver_private_key_password_cmd. This patch corrects the mistack. Tests: - Tested on a secured cluster. Verified catalogd can start with port binding options set in JAVA_TOOL_OPTIONS. Change-Id: I40b57a8eb28e6e2b48b35b0f361f0e220c7f89d2 --- M be/src/util/webserver.cc 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/38/19638/1 -- To view, visit http://gerrit.cloudera.org:8080/19638 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I40b57a8eb28e6e2b48b35b0f361f0e220c7f89d2 Gerrit-Change-Number: 19638 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
