[GitHub] spark pull request #17455: [Spark-20044][Web UI] Support Spark UI behind fro...

2017-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17455 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #17455: [Spark-20044][Web UI] Support Spark UI behind fro...

2017-04-04 Thread okoethibm
Github user okoethibm commented on a diff in the pull request: https://github.com/apache/spark/pull/17455#discussion_r109588861 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -132,7 +132,13 @@ private[deploy] class Master( webUi.bind()

[GitHub] spark pull request #17455: [Spark-20044][Web UI] Support Spark UI behind fro...

2017-04-04 Thread okoethibm
Github user okoethibm commented on a diff in the pull request: https://github.com/apache/spark/pull/17455#discussion_r109586326 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/ExecutorRunner.scala --- @@ -157,7 +157,9 @@ private[deploy] class ExecutorRunner(

[GitHub] spark pull request #17455: [Spark-20044][Web UI] Support Spark UI behind fro...

2017-04-03 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/17455#discussion_r109505880 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -132,7 +132,13 @@ private[deploy] class Master( webUi.bind()

[GitHub] spark pull request #17455: [Spark-20044][Web UI] Support Spark UI behind fro...

2017-04-03 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/17455#discussion_r109505996 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/ExecutorRunner.scala --- @@ -157,7 +157,9 @@ private[deploy] class ExecutorRunner(

[GitHub] spark pull request #17455: [Spark-20044][Web UI] Support Spark UI behind fro...

2017-03-28 Thread okoethibm
GitHub user okoethibm opened a pull request: https://github.com/apache/spark/pull/17455 [Spark-20044][Web UI] Support Spark UI behind front-end reverse proxy using a path prefix ## What changes were proposed in this pull request? Allow to run the Spark web UI behind a