dongjoon-hyun commented on a change in pull request #23924:
[SPARK-26192][MESOS] Retrieve enableFetcherCache option from submission for
driver URIs
URL: https://github.com/apache/spark/pull/23924#discussion_r261481086
##########
File path:
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/rest/mesos/MesosRestServer.scala
##########
@@ -104,7 +104,7 @@ private[mesos] class MesosSubmitRequestServlet(
val driverMemory = sparkProperties.get(config.DRIVER_MEMORY.key)
val driverMemoryOverhead =
sparkProperties.get(config.DRIVER_MEMORY_OVERHEAD.key)
val driverCores = sparkProperties.get(config.DRIVER_CORES.key)
- val name = request.sparkProperties.getOrElse("spark.app.name", mainClass)
+ val name = sparkProperties.getOrElse("spark.app.name", mainClass)
Review comment:
Is this related to this PR?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]