Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Workaround
-
None
-
None
Description
YARN-2884 proposes proxying all AM-RM communication for:
- perform distributed scheduling decisions (
YARN-2877) - throttling mis-behaving AMs
- mask the access to a federation of RMs (
YARN-2915)
To enable all of the above, we are implementing the AMRMProxy as an extension to NM's ContainerManagerImpl.This JIRA is for making the ContainerManager pluggable so that we allow dynamically swap in of the AMRMProxy.
Attachments
Issue Links
- blocks
-
YARN-2884 Proxying all AM-RM communications
- Resolved