tgravescs commented on issue #27722: [SPARK-30969][CORE] Remove resource coordination support from Standalone URL: https://github.com/apache/spark/pull/27722#issuecomment-592161154 Ok, after thinking about this some more, I'm ok with removing. its a new feature and if we are really pushing to support only one worker per node it makes sense to not add it in. I think you deal with standalone mode in production more then me and most of the cases I'm thinking of are dev/testing type cases. It can be worked around by specifying different resource files for different workers (except for local-cluster) so shouldn't be an issue with a little extra setup if people do want to run multiple workers per node. We need to explicitly state that local-cluster mode is not supported with custom resources.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
