You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/05/22 00:46:43 UTC

[GitHub] [spark] dongjoon-hyun commented on a diff in pull request #36606: [SPARK-39232][CORE] History Server Main Page App List Filtering

dongjoon-hyun commented on code in PR #36606:
URL: https://github.com/apache/spark/pull/36606#discussion_r878776648


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2363,4 +2363,12 @@ package object config {
       .version("3.3.0")
       .intConf
       .createWithDefault(5)
+
+  val SPARK_PROPERTIES_KEY_QUEUE = ConfigBuilder("spark.properties.key.queue")
+    .doc("Specifies the spark property key name for queue information." +
+      " When it is specified, the eventLog parser could use it as the key" +
+      " to extract the queue value from the Spark Properties in the eventLog files.")
+    .version("3.3.0")

Review Comment:
   3.4.0?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org