Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/16092
---
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 ena
Github user foxish commented on a diff in the pull request:
https://github.com/apache/spark/pull/16092#discussion_r91202730
--- Diff: dev/sparktestsupport/modules.py ---
@@ -469,7 +469,7 @@ def __hash__(self):
name="yarn",
dependencies=[],
source_file_rege
Github user foxish commented on a diff in the pull request:
https://github.com/apache/spark/pull/16092#discussion_r91201449
--- Diff: dev/sparktestsupport/modules.py ---
@@ -469,7 +469,7 @@ def __hash__(self):
name="yarn",
dependencies=[],
source_file_rege
Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/16092#discussion_r91180762
--- Diff: dev/sparktestsupport/modules.py ---
@@ -469,7 +469,7 @@ def __hash__(self):
name="yarn",
dependencies=[],
source_file_rege
GitHub user foxish opened a pull request:
https://github.com/apache/spark/pull/16092
[SPARK-18662] Move resource managers to separate directory
## What changes were proposed in this pull request?
* Moves yarn and mesos scheduler backends to resource-managers/
sub-directory