[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13950 --- 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 have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-08 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r78067335 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterWebUI.scala --- @@ -34,6 +38,7 @@ class MasterWebUI( val

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77929992 --- Diff: core/src/test/scala/org/apache/spark/ui/UISuite.scala --- @@ -190,6 +193,36 @@ class UISuite extends SparkFunSuite { } }

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77921327 --- Diff: docs/configuration.md --- @@ -635,6 +635,20 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77921118 --- Diff: core/src/test/scala/org/apache/spark/ui/UISuite.scala --- @@ -190,6 +193,36 @@ class UISuite extends SparkFunSuite { } } +

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77921124 --- Diff: core/src/test/scala/org/apache/spark/ui/UISuite.scala --- @@ -190,6 +193,36 @@ class UISuite extends SparkFunSuite { } } +

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77920947 --- Diff: core/src/main/scala/org/apache/spark/ui/UIUtils.scala --- @@ -510,4 +510,15 @@ private[spark] object UIUtils extends Logging { def

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77920924 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -332,6 +375,47 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77920328 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/ApplicationPage.scala --- @@ -100,19 +105,21 @@ private[ui] class ApplicationPage(parent:

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r77920399 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/ApplicationPage.scala --- @@ -77,7 +77,12 @@ private[ui] class ApplicationPage(parent:

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75186873 --- Diff: repl/scala-2.11/src/main/scala/org/apache/spark/repl/SparkILoop.scala --- @@ -43,7 +43,11 @@ class SparkILoop(in0: Option[BufferedReader], out:

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75186435 --- Diff: docs/configuration.md --- @@ -627,6 +627,20 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75186503 --- Diff: docs/configuration.md --- @@ -627,6 +627,20 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75185921 --- Diff: core/src/test/scala/org/apache/spark/ui/UISuite.scala --- @@ -190,6 +193,42 @@ class UISuite extends SparkFunSuite { } } +

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75185903 --- Diff: core/src/test/scala/org/apache/spark/ui/UISuite.scala --- @@ -190,6 +193,42 @@ class UISuite extends SparkFunSuite { } } +

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75185483 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,50 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75185375 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,50 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75185349 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,50 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75185088 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterPage.scala --- @@ -176,7 +176,13 @@ private[ui] class MasterPage(parent: MasterWebUI)

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r75183834 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/ApplicationPage.scala --- @@ -100,19 +108,24 @@ private[ui] class ApplicationPage(parent:

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74840528 --- Diff: core/src/test/scala/org/apache/spark/deploy/master/MasterSuite.scala --- @@ -157,6 +157,34 @@ class MasterSuite extends SparkFunSuite }

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74839612 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -332,6 +378,34 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74838680 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,50 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74838557 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,50 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74837912 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterWebUI.scala --- @@ -48,6 +53,21 @@ class MasterWebUI(

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74837226 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterWebUI.scala --- @@ -48,6 +53,21 @@ class MasterWebUI(

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74836512 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterPage.scala --- @@ -244,7 +254,12 @@ private[ui] class MasterPage(parent: MasterWebUI)

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-15 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74835979 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/ApplicationPage.scala --- @@ -100,19 +108,21 @@ private[ui] class ApplicationPage(parent:

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-13 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r74690638 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,67 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73759385 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,66 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73759305 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,67 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73758964 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,66 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73758157 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,66 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73758012 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,66 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73757885 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,66 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73757842 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,66 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73757480 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -753,6 +757,7 @@ private[deploy] class Master( workers += worker

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-08-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r73757257 --- Diff: core/pom.xml --- @@ -127,6 +127,16 @@ org.eclipse.jetty + jetty-proxy --- End diff -- These new

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-07-06 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r69706266 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -502,6 +502,9 @@ class SparkContext(config: SparkConf) extends Logging with

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-07-06 Thread tnachen
Github user tnachen commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r69690304 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -502,6 +502,9 @@ class SparkContext(config: SparkConf) extends Logging with

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-07-06 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r69688222 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -502,6 +502,9 @@ class SparkContext(config: SparkConf) extends Logging with

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-07-06 Thread tnachen
Github user tnachen commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r69678895 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -502,6 +502,9 @@ class SparkContext(config: SparkConf) extends Logging with

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-07-05 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r69678617 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,67 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-07-05 Thread tnachen
Github user tnachen commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r69676891 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,67 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-07-05 Thread tnachen
Github user tnachen commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r69676869 --- Diff: docs/configuration.md --- @@ -598,6 +598,20 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68886506 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -127,7 +128,14 @@ private[deploy] class Master(

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68886448 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -127,7 +128,14 @@ private[deploy] class Master(

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68842668 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -127,7 +128,14 @@ private[deploy] class Master(

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68842364 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -127,7 +128,14 @@ private[deploy] class Master(

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68826828 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,67 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread gurvindersingh
Github user gurvindersingh commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68826228 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/ApplicationPage.scala --- @@ -77,7 +77,15 @@ private[ui] class

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread prb
Github user prb commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68825733 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -186,6 +188,67 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread prb
Github user prb commented on a diff in the pull request: https://github.com/apache/spark/pull/13950#discussion_r68824409 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/ApplicationPage.scala --- @@ -77,7 +77,15 @@ private[ui] class ApplicationPage(parent:

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

2016-06-28 Thread gurvindersingh
GitHub user gurvindersingh opened a pull request: https://github.com/apache/spark/pull/13950 [SPARK-15487] [Web UI] Spark Master UI to reverse proxy Application and Workers UI ## What changes were proposed in this pull request? This pull request adds the functionality to