pgillet commented on a change in pull request #30352:
URL: https://github.com/apache/spark/pull/30352#discussion_r523830507
##########
File path:
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/config.scala
##########
@@ -113,6 +113,18 @@ package object config {
.stringConf
.createOptional
+ private[spark] val DISPATCHER_QUEUE =
+ ConfigBuilder("spark.mesos.dispatcher.queue")
+ .doc("Set the name of the dispatcher queue to which the application is
submitted. " +
+ "The specified queue must be added to the dispatcher " +
+ "with \"spark.mesos.dispatcher.queue.[QueueName]\". If no queue is
specified, then " +
+ "the application is submitted to the \"default\" queue with 0.0
priority.")
+ .version("3.1.0")
+ .stringConf
+ .createOptional
Review comment:
Done :heavy_check_mark:
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]