[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-12-01 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r533222079 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryStatusStore.scala ## @@ -0,0 +1,53 @@ +/* + * Licensed to the

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-12-01 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r533229138 ## File path: sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatusListener.scala ## @@ -20,102 +20,144 @@ package

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-10-21 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r509034217 ## File path: sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatusListener.scala ## @@ -18,104 +18,139 @@ package

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-10-21 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r509034111 ## File path: sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatusListener.scala ## @@ -18,104 +18,139 @@ package

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-10-21 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r509029910 ## File path: sql/core/src/test/resources/META-INF/services/org.apache.spark.status.AppHistoryServerPlugin ## @@ -0,0 +1,2 @@

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-10-21 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r509030242 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryHistoryServerPlugin.scala ## @@ -0,0 +1,41 @@ +/* + * Licensed to

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-07-30 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r462696730 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryStatusStore.scala ## @@ -0,0 +1,60 @@ +/* + * Licensed to the

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-24 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r444673665 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryStatusStore.scala ## @@ -0,0 +1,61 @@ +/* + * Licensed to the

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-24 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r444673455 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryStatusStore.scala ## @@ -0,0 +1,61 @@ +/* + * Licensed to the

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-24 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r444673200 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryHistoryServerPlugin.scala ## @@ -0,0 +1,44 @@ +/* + * Licensed to

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-11 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r439171707 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryHistoryServerPlugin.scala ## @@ -0,0 +1,44 @@ +/* + * Licensed to

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-11 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r439170994 ## File path: sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatusListener.scala ## @@ -18,104 +18,161 @@ package

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-11 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r439170902 ## File path: sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatusListener.scala ## @@ -18,104 +18,161 @@ package

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-10 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r438497690 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryHistoryServerPlugin.scala ## @@ -0,0 +1,44 @@ +/* + * Licensed to

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-10 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r438496827 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/StreamingQueryHistoryServerPlugin.scala ## @@ -0,0 +1,44 @@ +/* + * Licensed to

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-10 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r437985761 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingQueryListenerBus.scala ## @@ -110,7 +116,15 @@ class

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-10 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r437985761 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingQueryListenerBus.scala ## @@ -110,7 +116,15 @@ class

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-10 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r437984275 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingQueryListenerBus.scala ## @@ -35,12 +35,12 @@ import

[GitHub] [spark] uncleGen commented on a change in pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-06-10 Thread GitBox
uncleGen commented on a change in pull request #28781: URL: https://github.com/apache/spark/pull/28781#discussion_r437986587 ## File path: sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatusListener.scala ## @@ -18,104 +18,161 @@ package