[GitHub] spark pull request #23068: [SPARK-26098][WebUI] Show associated SQL query in...

2018-11-17 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/23068#discussion_r234402149 --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala --- @@ -56,6 +56,11 @@ private[spark] class AppStatusStore(

[GitHub] spark pull request #23068: [SPARK-26098][WebUI] Show associated SQL query in...

2018-11-17 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/23068#discussion_r234402077 --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusListener.scala --- @@ -70,6 +70,8 @@ private[spark] class AppStatusListener(

[GitHub] spark pull request #23068: [SPARK-26098][WebUI] Show associated SQL query in...

2018-11-17 Thread gengliangwang
GitHub user gengliangwang opened a pull request: https://github.com/apache/spark/pull/23068 [SPARK-26098][WebUI] Show associated SQL query in Job page ## What changes were proposed in this pull request? For jobs associated to SQL queries, it would be easier to understand