[
https://issues.apache.org/jira/browse/KNOX-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16681915#comment-16681915
]
ASF subversion and git services commented on KNOX-1587:
-------------------------------------------------------
Commit a6bdd0848b3dfb1c045ce0e8b64018c5fd3735dd in knox's branch
refs/heads/master from [~risdenk]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=a6bdd08 ]
KNOX-1587 - YARN v1 UI - Fix Spark history links
Signed-off-by: Kevin Risden <[email protected]>
> YARN v1 UI - Fix Spark history links
> ------------------------------------
>
> Key: KNOX-1587
> URL: https://issues.apache.org/jira/browse/KNOX-1587
> Project: Apache Knox
> Issue Type: Sub-task
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Minor
> Fix For: 1.2.0
>
> Attachments: KNOX-1587.patch
>
>
> From KNOX-1085
> Currently if i'm in an application in the Yarn UI and i click a link for the
> History Server for a Spark Application I get the following link:
> {code:java}
> https://dataplatform-knox.static2.ceng.dunnhumby.cloud/gateway/sparkui/spark/history/application_1508695954179_0001/1?user.name=anonymous
> {code}
> However this is the link that i should be getting.
> {code:java}
> https://dataplatform-knox.static2.ceng.dunnhumby.cloud/gateway/sandbox/sparkhistory/history/application_1508695954179_0001/jobs/
> {code}
> I can see the differences:
> gateway/sandbox/sparkhistory/history/
> vs
> gateway/sparkui/spark/history/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)