hai-tao-1 commented on code in PR #36606:
URL: https://github.com/apache/spark/pull/36606#discussion_r878787169
##########
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:
Yes, good catch, and will change it. Thanks.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]