Package org.apache.flink.yarn.entrypoint
Class YarnApplicationClusterEntryPoint
java.lang.Object
org.apache.flink.runtime.entrypoint.ClusterEntrypoint
org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
org.apache.flink.yarn.entrypoint.YarnApplicationClusterEntryPoint
- All Implemented Interfaces:
AutoCloseable,org.apache.flink.runtime.rpc.FatalErrorHandler,org.apache.flink.util.AutoCloseableAsync
@Internal
public final class YarnApplicationClusterEntryPoint
extends org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
An
ApplicationClusterEntryPoint for Yarn.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ExecutionMode, org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ShutdownBehaviour -
Field Summary
Fields inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
INTERNAL_CLUSTER_EXECUTION_MODE, LOG, RUNTIME_FAILURE_RETURN_CODE, STARTUP_FAILURE_RETURN_CODE -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetRPCPortRange(org.apache.flink.configuration.Configuration configuration) static voidMethods inherited from class org.apache.flink.client.deployment.application.ApplicationClusterEntryPoint
cleanupDirectories, configureExecution, createDispatcherResourceManagerComponentFactory, createSerializableExecutionGraphStoreMethods inherited from class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
closeAsync, createHaServices, createHeartbeatServices, createMetricRegistry, getRestPort, getRpcPort, getTerminationFuture, initializeServices, installSecurityContext, loadConfiguration, onFatalError, parseArguments, runClusterEntrypoint, startCluster, stopClusterServices, supportsReactiveModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.util.AutoCloseableAsync
close
-
Method Details
-
getRPCPortRange
- Overrides:
getRPCPortRangein classorg.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
main
-