Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/7820#discussion_r36031673
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/CoarseMesosSchedulerBackend.scala
 ---
    @@ -244,6 +248,10 @@ private[spark] class CoarseMesosSchedulerBackend(
     
               // accept the offer and launch the task
               logDebug(s"Accepting offer: $id with attributes: 
$offerAttributes mem: $mem cpu: $cpus")
    +          if (conf.getBoolean("spark.shuffle.service.enabled", false)) {
    +            slaveIdsToShuffleEndpoints(offer.getSlaveId.getValue) =
    +              RpcAddress(offer.getHostname, 
conf.getInt("spark.mesos.shuffle.service.port", 7327))
    --- End diff --
    
    same here, just use old port and config


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to