Jeffrey Groves created SPARK-22738: -------------------------------------- Summary: Spark YARN UI does not create fully qualified links for paging Key: SPARK-22738 URL: https://issues.apache.org/jira/browse/SPARK-22738 Project: Spark Issue Type: Bug Components: Spark Core Affects Versions: 1.6.3 Environment: OS: RHEL7.3 OpenJDK: 1.8 Reporter: Jeffrey Groves
The paging links within the Spark (Yarn) UI are not created as fully qualified URLs. They are only created as stubs: {noformat} <a href="/?page=1&showIncomplete=false">< </a><a href="/?page=1&showIncomplete=false">1</a> {noformat} This causes problems when Spark Yarn UI is used with Knox. Knox is unable to properly rewrite the URLs since on the screen because they do not contain the http://**:**/ portion of the URL. Please make is so that Spark Yarn UI creates fully qualified URLs so that it will page properly when used with Knox. This is also the case for the link created for "Show incomplete Applications" and the href associated with the spark-logo at the top left. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org