Github user shivaram commented on the pull request:
https://github.com/apache/spark/pull/731#issuecomment-49966556
I haven't looked at the code change, but it might not be a good idea to
remove support for multiple workers in a machine. When you have really large
memory machines it is sometimes better to run multiple JVMs with smaller heaps
rather than one big JVM. This is mostly to avoid GC pauses which grow with
larger heap sizes.
---
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.
---