[
https://issues.apache.org/jira/browse/TEZ-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14319529#comment-14319529
]
Prakash Ramachandran commented on TEZ-2092:
-------------------------------------------
+1 lgtm
> 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: Hitesh Shah
> 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)