[GitHub] [spark] gengliangwang commented on a diff in pull request #39202: [SPARK-41685][UI] Support Protobuf serializer for the KVStore in History server

2022-12-28 Thread GitBox
gengliangwang commented on code in PR #39202: URL: https://github.com/apache/spark/pull/39202#discussion_r1058673291 ## core/src/main/scala/org/apache/spark/internal/config/History.scala: ## @@ -79,6 +79,21 @@ private[spark] object History { .stringConf .createOptional

[GitHub] [spark] gengliangwang commented on a diff in pull request #39202: [SPARK-41685][UI] Support Protobuf serializer for the KVStore in History server

2022-12-27 Thread GitBox
gengliangwang commented on code in PR #39202: URL: https://github.com/apache/spark/pull/39202#discussion_r1057932574 ## core/src/main/scala/org/apache/spark/internal/config/History.scala: ## @@ -79,6 +79,21 @@ private[spark] object History { .stringConf .createOptional

[GitHub] [spark] gengliangwang commented on a diff in pull request #39202: [SPARK-41685][UI] Support Protobuf serializer for the KVStore in History server

2022-12-27 Thread GitBox
gengliangwang commented on code in PR #39202: URL: https://github.com/apache/spark/pull/39202#discussion_r1057932164 ## core/src/main/scala/org/apache/spark/status/KVUtils.scala: ## @@ -111,7 +122,7 @@ private[spark] object KVUtils extends Logging { // The default seria

[GitHub] [spark] gengliangwang commented on a diff in pull request #39202: [SPARK-41685][UI] Support Protobuf serializer for the KVStore in History server

2022-12-27 Thread GitBox
gengliangwang commented on code in PR #39202: URL: https://github.com/apache/spark/pull/39202#discussion_r1057931838 ## docs/monitoring.md: ## @@ -341,6 +341,16 @@ Security options for the Spark History Server are covered more detail in the 2.3.0 + +spark.h