Kostas Tzoumas created FLINK-1894: ------------------------------------- Summary: Add Tez execution mode to Flink command-line tools Key: FLINK-1894 URL: https://issues.apache.org/jira/browse/FLINK-1894 Project: Flink Issue Type: Improvement Components: Flink on Tez Reporter: Kostas Tzoumas Assignee: Kostas Tzoumas Priority: Minor
To run Flink programs on Tez, users currently need to (1) Specify the main class by env.registerMainClass (2) Package the job in a fat jar (3) User "hadoop jar" to submit the job to YARN This is somewhat problematic, and certainly a worse user experience than regular Flink jobs. Tez execution mode should be part of Flink's command-line tools -- This message was sent by Atlassian JIRA (v6.3.4#6332)