Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Validates End2End Distributed Scheduling flow which includes
- the AM specifying OPPORTUNISTIC containers in its resource requests (
YARN-2882,YARN-4335) - the Request intercepted by the AMRMProxyService running on the NM and handled by the LocalScheduler RequestInterceptor (
YARN-2884,YARN-2885) - use of the DistributedSchedulingProtocol to talk to the DistributedSchedulingService running on the RM to obtain list of lightly loaded Nodes (
YARN-2885,YARN-4412) - use of the OpportunisticContainerAllocator to create Container tokens which are returned to the AM (
YARN-2885)