Morgan Jones created KNOX-1085:
----------------------------------
Summary: Incorrect rewrites of the History and ApplicationMaster
URLs in YARN
Key: KNOX-1085
URL: https://issues.apache.org/jira/browse/KNOX-1085
Project: Apache Knox
Issue Type: Bug
Affects Versions: 0.13.0, 0.14.0
Environment: Google Cloud Dataproc, bigtop version 1.0.X + 1.2.X
Reporter: Morgan Jones
Priority: Minor
Hey,
Deployed onto two differetnt version of bigtop with 0.14.0-SNAPSHOT and 0.13.0
builds. Neither seem to work (didn't go back any further).
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/
but couldn't figure out whether this was a misconfiguration on my part, vs an
actual bug. Happy to fix if it is a bug (although may need pointing in the
right direction)
cheers
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)