Package org.apache.flink.yarn.executors
Class YarnSessionClusterExecutorFactory
- java.lang.Object
-
- org.apache.flink.yarn.executors.YarnSessionClusterExecutorFactory
-
- All Implemented Interfaces:
org.apache.flink.core.execution.PipelineExecutorFactory
@Internal public class YarnSessionClusterExecutorFactory extends Object implements org.apache.flink.core.execution.PipelineExecutorFactory
AnPipelineExecutorFactoryfor executing jobs on an existing (session) cluster.
-
-
Constructor Summary
Constructors Constructor Description YarnSessionClusterExecutorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.core.execution.PipelineExecutorgetExecutor(org.apache.flink.configuration.Configuration configuration)StringgetName()booleanisCompatibleWith(org.apache.flink.configuration.Configuration configuration)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
isCompatibleWith
public boolean isCompatibleWith(@Nonnull org.apache.flink.configuration.Configuration configuration)
- Specified by:
isCompatibleWithin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
getExecutor
public org.apache.flink.core.execution.PipelineExecutor getExecutor(@Nonnull org.apache.flink.configuration.Configuration configuration)
- Specified by:
getExecutorin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
-