dongjoon-hyun edited a comment on issue #23743: [SPARK-26843][MESOS] Use 
ConfigEntry for hardcoded configs for "mesos" resource manager
URL: https://github.com/apache/spark/pull/23743#issuecomment-461516076
 
 
   Could you handle the followings?
   ```scala
   MesosClusterScheduler.scala:      v => s"$v 
-Dspark.mesos.driver.frameworkId=${getDriverFrameworkID(desc)}"
   MesosClusterScheduler.scala:        logWarning(s"Unknown 
spark.mesos.appJar.local.resolution.mode $other, using host.")
   MesosSchedulerUtils.scala:    
sc.conf.remove("spark.mesos.driver.frameworkId")
   MesosSchedulerUtils.scala:    
System.clearProperty("spark.mesos.driver.frameworkId")
   ```

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

Reply via email to