public class YarnResourceManagerFactory extends ActiveResourceManagerFactory<YarnWorkerNode>
ResourceManagerFactory
implementation which creates a YarnResourceManager
.Modifier and Type | Method and Description |
---|---|
ResourceManager<YarnWorkerNode> |
createActiveResourceManager(Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
ResourceManagerMetricGroup resourceManagerMetricGroup) |
static YarnResourceManagerFactory |
getInstance() |
createActiveResourceManagerConfiguration, createResourceManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateEndpointIdWithUUID, getEndpointId
public static YarnResourceManagerFactory getInstance()
public ResourceManager<YarnWorkerNode> createActiveResourceManager(Configuration configuration, ResourceID resourceId, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, @Nullable String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup) throws Exception
createActiveResourceManager
in class ActiveResourceManagerFactory<YarnWorkerNode>
Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.