[
https://issues.apache.org/jira/browse/YARN-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313277#comment-14313277
]
Zhijie Shen commented on YARN-2246:
-----------------------------------
It aims to solve the non-root path. Root path works fine even currently.
bq. http://tezui.example.com:4080/tez/#/?appid=application_1423069770246_0026
In this case, the original url will be
{{http://tezui.example.com:4080/tez/#/?appid=application_1423069770246_0026}},
and proxy url will be {{http://rm
addr:port/proxy/application_1423069770246_0026}}. When clicking the proxy url,
WebAppProxyServlet will translate it into the given original url. I think it
should work fine. The problem is with {{http://rm
addr:port/proxy/application_1423069770246_0026/x/y/z}}. The query will appear
before x/y/z, then. But it should also be wrong with current translation way.
> Job History Link in RM UI is redirecting to the URL which contains Job Id
> twice
> -------------------------------------------------------------------------------
>
> Key: YARN-2246
> URL: https://issues.apache.org/jira/browse/YARN-2246
> Project: Hadoop YARN
> Issue Type: Bug
> Components: webapp
> Reporter: Devaraj K
> Assignee: Devaraj K
> Fix For: 2.7.0
>
> Attachments: MAPREDUCE-4064-1.patch, MAPREDUCE-4064.patch,
> YARN-2246.2.patch, YARN-2246.patch
>
>
> {code:xml}
> http://xx.x.x.x:19888/jobhistory/job/job_1332435449546_0001/jobhistory/job/job_1332435449546_0001
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)