pgillet commented on a change in pull request #30352:
URL: https://github.com/apache/spark/pull/30352#discussion_r524486298



##########
File path: 
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala
##########
@@ -153,6 +153,11 @@ private[ui] class DriverPage(parent: MesosClusterUI) 
extends WebUIPage("driver")
     <tr>
       <td>Memory</td><td>{driver.mem}</td>
     </tr>
+    <tr>
+      <td>Queue</td><td>{
+      driver.conf.get("spark.mesos.dispatcher.queue", 
config.DISPATCHER_QUEUE.defaultValueString)
+    }</td>

Review comment:
       I formatted the Scala code following the [Code Style 
Guide](https://spark.apache.org/contributing.html) and by running 
`./dev/scalafmt`. I have complaints (formatting errors) for lines that are 
longer than 100 characters otherwise.




----------------------------------------------------------------
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]

Reply via email to