Re: multiple flink applications on yarn are shown in one application.

2018-09-21 Thread Stefan Richter
Hi, I see from your command that you are using the same jar file twice, so I want to double-check first how you even determine which job should be started? I am also adding Till (in CC) depending on your answer to my first question, he might have some additional thoughts. Best, Stefan > Am 21

Re: multiple flink applications on yarn are shown in one application.

2018-09-20 Thread Stefan Richter
Hi, currently, Flink still has to use session mode under the hood if you submit the job in attached-mode. The reason is that the job could consists of multiple parts that require to run one after the other. This will be changed in the future and also should not happen if you submit the job deta