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.
---