Uses of Class
org.apache.hadoop.yarn.server.nodemanager.amrmproxy.AbstractRequestInterceptor
Packages that use AbstractRequestInterceptor
Package
Description
Package org.apache.hadoop.yarn.server.nodemanager.amrmproxy contains
classes for handling federation amrm information.
-
Uses of AbstractRequestInterceptor in org.apache.hadoop.yarn.server.nodemanager.amrmproxy
Modifier and TypeClassDescriptionfinal classExtends the AbstractRequestInterceptor class and provides an implementation that simply forwards the AM requests to the cluster resource manager.classExtends the AbstractRequestInterceptor and provides an implementation for federation of YARN RM and scaling an application across multiple YARN sub-clusters. -
Uses of AbstractRequestInterceptor in org.apache.hadoop.yarn.server.nodemanager.scheduler
Modifier and TypeClassDescriptionfinal classThe DistributedScheduler runs on the NodeManager and is modeled as anAMRMProxyrequest interceptor.