Hitesh Shah created TEZ-2092:
--------------------------------
Summary: Tez UI history url handler injects spurious trailing slash
Key: TEZ-2092
URL: https://issues.apache.org/jira/browse/TEZ-2092
Project: Apache Tez
Issue Type: Bug
Reporter: Hitesh Shah
When using the following:
{code}
conf.set(TezConfiguration.TEZ_AM_TEZ_UI_HISTORY_URL_TEMPLATE,
"__HISTORY_URL_BASE__?viewPath=tezapp/__APPLICATION_ID__");
conf.set(TezConfiguration.TEZ_HISTORY_URL_BASE, "http://localhost/ui/tez");
{code}
Final url is "http://localhost/ui/tez/?viewPath=tez-app/TEST_APP_ID" instead of
"http://localhost/ui/tez?viewPath=tez-app/TEST_APP_ID"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)