[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2017-02-02 Thread nblintao
Github user nblintao closed the pull request at: https://github.com/apache/spark/pull/14204 --- 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 #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2017-01-17 Thread nblintao
Github user nblintao commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r96568190 --- Diff: core/src/main/resources/org/apache/spark/ui/static/executorspage.js --- @@ -408,12 +420,17 @@ $(document).ready(function () {

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2017-01-17 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r96540918 --- Diff: core/src/main/resources/org/apache/spark/ui/static/executorspage.js --- @@ -408,12 +420,17 @@ $(document).ready(function () {

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2017-01-03 Thread nblintao
Github user nblintao commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r94474216 --- Diff: core/src/main/resources/org/apache/spark/ui/static/executorspage.js --- @@ -408,12 +420,17 @@ $(document).ready(function () {

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2017-01-03 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r94456520 --- Diff: core/src/main/resources/org/apache/spark/ui/static/executorspage.js --- @@ -408,12 +420,17 @@ $(document).ready(function () {

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2016-07-25 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r72121585 --- Diff: core/src/main/scala/org/apache/spark/util/JsonProtocol.scala --- @@ -934,7 +935,8 @@ private[spark] object JsonProtocol { val

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2016-07-25 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r72121393 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorData.scala --- @@ -34,5 +34,6 @@ private[cluster] class ExecutorData(

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2016-07-24 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r71997820 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorData.scala --- @@ -34,5 +34,6 @@ private[cluster] class ExecutorData(

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2016-07-21 Thread nblintao
Github user nblintao commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r71830047 --- Diff: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala --- @@ -73,13 +73,15 @@ class JsonProtocolSuite extends SparkFunSuite {

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2016-07-21 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/14204#discussion_r71817036 --- Diff: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala --- @@ -73,13 +73,15 @@ class JsonProtocolSuite extends SparkFunSuite {

[GitHub] spark pull request #14204: [SPARK-16520] [WEBUI] Link executors to correspon...

2016-07-14 Thread nblintao
GitHub user nblintao opened a pull request: https://github.com/apache/spark/pull/14204 [SPARK-16520] [WEBUI] Link executors to corresponding worker pages ## What changes were proposed in this pull request? Added a new column named "Worker" in the Executor Page of the web