[GitHub] spark issue #17455: [Spark-20044][Web UI] Support Spark UI behind front-end ...

2017-10-03 Thread okoethibm
Github user okoethibm commented on the issue: https://github.com/apache/spark/pull/17455 @jiangxb1987 I've stopped working on Spark related efforts a while ago and will not be following up on this PR any more. Anyone interested is free to take

[GitHub] spark issue #17455: [Spark-20044][Web UI] Support Spark UI behind front-end ...

2017-04-11 Thread okoethibm
Github user okoethibm commented on the issue: https://github.com/apache/spark/pull/17455 @ajbozarth Any other comments on this PR? Why is it not testing even though it has an "ok to test"? --- If your project is set up for it, you can reply to this email and have your re

[GitHub] spark issue #17370: [SPARK-20042] [Web UI] Fix log page buttons for reverse ...

2017-04-04 Thread okoethibm
Github user okoethibm commented on the issue: https://github.com/apache/spark/pull/17370 @srowen Can you please "ok to test" then? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] spark issue #17370: [SPARK-20042] [Web UI] Fix log page buttons for reverse ...

2017-04-04 Thread okoethibm
Github user okoethibm commented on the issue: https://github.com/apache/spark/pull/17370 This is the only link that doesn't work at the moment. As noted above, the same kind of rewrite already takes place in executorspage.js (committed by @tgravescs, function createRESTEnd

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

2017-04-03 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-03 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-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

[GitHub] spark pull request #17370: [SPARK-20042] [Web UI] Fix log page buttons for r...

2017-03-21 Thread okoethibm
GitHub user okoethibm opened a pull request: https://github.com/apache/spark/pull/17370 [SPARK-20042] [Web UI] Fix log page buttons for reverse proxy mode with spark.ui.reverseProxy=true, full path URLs like /log will point to the master web endpoint which is serving the worker