hai-tao-1 commented on code in PR #36606:
URL: https://github.com/apache/spark/pull/36606#discussion_r878786539
##########
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")
Review Comment:
This configuration is not just for Yarn. As explained in the PR description,
an example of such queue property key name in k8s could be
`spark.kubernetes.driver.label.queue`.
--
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]