-
- Downloads
[SPARK-11338] [WEBUI] Prepend app links on HistoryPage with uiRoot path
[SPARK-11338: HistoryPage not multi-tenancy enabled ...](https://issues.apache.org/jira/browse/SPARK-11338) - `HistoryPage.scala` ...prepending all page links with the web proxy (`uiRoot`) path - `HistoryServerSuite.scala` ...adding a test case to verify all site-relative links are prefixed when the environment variable `APPLICATION_WEB_PROXY_BASE` (or System property `spark.ui.proxyBase`) is set Author: Christian Kadner <ckadner@us.ibm.com> Closes #9291 from ckadner/SPARK-11338 and squashes the following commits: 01d2f35 [Christian Kadner] [SPARK-11338][WebUI] nit fixes d054bd7 [Christian Kadner] [SPARK-11338][WebUI] prependBaseUri in method makePageLink 8bcb3dc [Christian Kadner] [SPARK-11338][WebUI] Prepend application links on HistoryPage with uiRoot path
Showing
- core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala 4 additions, 5 deletions...n/scala/org/apache/spark/deploy/history/HistoryPage.scala
- core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala 19 additions, 2 deletions.../org/apache/spark/deploy/history/HistoryServerSuite.scala
Please register or sign in to comment