[ https://issues.apache.org/jira/browse/FLINK-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flink Jira Bot updated FLINK-21153: ----------------------------------- Labels: auto-deprioritized-major auto-unassigned stale-minor usability (was: auto-deprioritized-major auto-unassigned usability) I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Minor but is unassigned and neither itself nor its Sub-Tasks have been updated for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is still Minor, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized. > yarn-per-job deployment target ignores yarn options > --------------------------------------------------- > > Key: FLINK-21153 > URL: https://issues.apache.org/jira/browse/FLINK-21153 > Project: Flink > Issue Type: Bug > Components: Command Line Client, Deployment / YARN > Affects Versions: 1.12.1, 1.13.0 > Reporter: Till Rohrmann > Priority: Minor > Labels: auto-deprioritized-major, auto-unassigned, stale-minor, > usability > > While looking into the problem reported in FLINK-6949, I stumbled across an > odd behaviour of Flink. I tried to deploy a Flink cluster on Yarn and ship > some files to the cluster. Only the first command successfully shipped the > additional files to the cluster: > 1) {{bin/flink run -p 1 --yarnship ../flink-test-job/cluster -m yarn-cluster > ../flink-test-job/target/flink-test-job-1.0-SNAPSHOT.jar}} > 2) {{bin/flink run -p 1 --yarnship ../flink-test-job/cluster -t yarn-per-job > ../flink-test-job/target/flink-test-job-1.0-SNAPSHOT.jar}} > The problem seems to be that the second command does not activate the > {{FlinkYarnSessionCli}} but uses the {{GenericCLI}}. > [~kkl0u], [~aljoscha], [~tison] what is the intended behaviour in this case. > I always thought that {{-m yarn-cluster}} and {{-t yarn-per-job}} would be > equivalent. -- This message was sent by Atlassian Jira (v8.20.1#820001)