Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18062 )
Change subject: IMPALA-10764: hide /logs link in webui if --logtostderr=true ...................................................................... IMPALA-10764: hide /logs link in webui if --logtostderr=true If you start an Impala daemon with the flags "--logtostderr=true --redirect_stdout_stderr=false" then log files are not created. After this the webui will display an error if you click on the "/logs" link. Fix this by not adding the "/logs" link in this case. TESTING - Added a new test that validates the navbar links in the webui. - Ran exhaustive tests Change-Id: I65234213f32902caa1f4368181b49f012a4dbcb3 Reviewed-on: http://gerrit.cloudera.org:8080/18062 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/default-path-handlers.cc M tests/custom_cluster/test_web_pages.py 2 files changed, 71 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18062 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I65234213f32902caa1f4368181b49f012a4dbcb3 Gerrit-Change-Number: 18062 Gerrit-PatchSet: 3 Gerrit-Owner: Andrew Sherman <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
