You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by arukavytsia <gi...@git.apache.org> on 2018/07/23 11:26:02 UTC

[GitHub] flink issue #5754: [FLINK-8901] [yarn] Set proper Yarn application name

Github user arukavytsia commented on the issue:

    https://github.com/apache/flink/pull/5754
  
    I found that there is no ability no override the `Application Name` in cluster mode with `YARN`, for instance: `./bin/flink run -m yarn-cluster -nm \"Some custom name\" -yn 4 -yjm 1024 -ytm 4096 ./examples/batch/WordCount.jar`, if I'm wrong, pleae, correct me. 
    p.s. According [to this line](https://github.com/apache/flink/blame/2ec72123e347e684ac40a1e1111a79a11211aadb/flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java#L1033) it's feasible to override `Application Name` but not via cli.


---