Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/292#discussion_r22783544 --- Diff: docs/yarn_setup.md --- @@ -173,6 +171,24 @@ You can check the number of TaskManagers in the JobManager web interface. The ad If the TaskManagers do not show up after a minute, you should investigate the issue using the log files. +## Run a single Flink job on Hadoop YARN + +The documentation above describes how to start a Flink cluster within a Hadoop YARN environment. +It is also possible to launch Flink within YARN only for executing a single job. + +To deploy a job to a per-job YARN cluster, set the master name to `yarn-cluster`. +Please note that the client then expects the `-n` value to be set (number of TaskManagers). --- End diff -- Shouldn't it be `-yn`?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---