Kevin Risden created KNOX-1588:
----------------------------------
Summary: YARN v2 UI - Make sure that Spark history links are
handled
Key: KNOX-1588
URL: https://issues.apache.org/jira/browse/KNOX-1588
Project: Apache Knox
Issue Type: Sub-task
Reporter: Kevin Risden
Assignee: Kevin Risden
Fix For: 1.2.0
>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)