Package org.apache.flink.yarn
Class YarnTaskExecutorRunner
- java.lang.Object
-
- org.apache.flink.yarn.YarnTaskExecutorRunner
-
public class YarnTaskExecutorRunner extends Object
This class is the executable entry point for running a TaskExecutor in a YARN container.
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description YarnTaskExecutorRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
The entry point for the YARN task executor runner.
-
-
-
Method Detail
-
main
public static void main(String[] args)
The entry point for the YARN task executor runner.- Parameters:
args
- The command line arguments.
-
-