Github user MaxGekk commented on the issue:

    https://github.com/apache/spark/pull/21589
  
    > Are you maybe able to manually test this in other cluster like standalone 
or yarn too?
    
    I have tested standalone mode but didn't check yarn though 
`YarnClientSchedulerBackend` and `YarnClusterSchedulerBackend` both use 
`CoarseGrainedSchedulerBackend` in which the two new methods are defined. The 
`CoarseGrainedSchedulerBackend` is extended by `StandaloneSchedulerBackend` 
which inherits implementation of `numCores()` and `numExecutors()`. I hope that 
checking of the standalone mode is enough.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to