Package org.apache.flink.yarn.executors
Class YarnSessionClusterExecutor
java.lang.Object
org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor<org.apache.hadoop.yarn.api.records.ApplicationId,YarnClusterClientFactory>
org.apache.flink.yarn.executors.YarnSessionClusterExecutor
- All Implemented Interfaces:
org.apache.flink.core.execution.CacheSupportedPipelineExecutor,org.apache.flink.core.execution.PipelineExecutor
@Internal
public class YarnSessionClusterExecutor
extends org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor<org.apache.hadoop.yarn.api.records.ApplicationId,YarnClusterClientFactory>
The
PipelineExecutor to be used when executing a job on an already running cluster.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionYarnSessionClusterExecutor(org.apache.flink.configuration.Configuration configuration) -
Method Summary
Methods inherited from class org.apache.flink.client.deployment.executors.AbstractSessionClusterExecutor
execute, invalidateClusterDataset, listCompletedClusterDatasetIds
-
Field Details
-
NAME
-
-
Constructor Details
-
YarnSessionClusterExecutor
public YarnSessionClusterExecutor(org.apache.flink.configuration.Configuration configuration)
-