Impala Public Jenkins has submitted this change and it was merged. ( 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 mistake. Tests: - Tested on a secured cluster. Verified catalogd can start with port binding options set in JAVA_TOOL_OPTIONS. Change-Id: I40b57a8eb28e6e2b48b35b0f361f0e220c7f89d2 Reviewed-on: http://gerrit.cloudera.org:8080/19638 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/webserver.cc 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I40b57a8eb28e6e2b48b35b0f361f0e220c7f89d2 Gerrit-Change-Number: 19638 Gerrit-PatchSet: 4 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
