You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tillrohrmann <gi...@git.apache.org> on 2018/03/27 06:07:13 UTC

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

Github user tillrohrmann commented on the issue:

    https://github.com/apache/flink/pull/5754
  
    Thanks for the review @NicoK. I will remove the `applicationName` from `FlinkYarnSessionCli#createDescriptor`.
    
    Technically when you run `bin/flink run -m yarn-cluster`, Flink will also start a session cluster because you have to support jobs with eager execution calls like `collect` and `print`.
    
    Merging this PR.


---