Ran Zhao created TEZ-3494:
-----------------------------
Summary: Support relative url for tez-ui.history-url.base config
Key: TEZ-3494
URL: https://issues.apache.org/jira/browse/TEZ-3494
Project: Apache Tez
Issue Type: Improvement
Reporter: Ran Zhao
Today the tez.tez-ui.history-url.base can be used to configure the Tracking URL
for the job history of a finished tez job.
However, application master link for a running tez job goes through a different
code path, and due to extra http url scheme validation, it incorrectly adds
"http://" to the beginning of the configured relative url path, which results
in a broken link.
The solution will be to add an additional
"tez.am.ui.history.url.scheme.check.enable" config which can be set to false,
in order to support relative url path in "tez.tez-ui.history-url.base"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)