[
https://issues.apache.org/jira/browse/TEZ-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hitesh Shah updated TEZ-2092:
-----------------------------
Attachment: TEZ-2092.1.patch
[~pramachandran] Please review.
> 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
> Assignee: Prakash Ramachandran
> Attachments: TEZ-2092.1.patch
>
>
> 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)