[GitHub] flink issue #5532: [FLINK-8711] [yarn] Remove code which auto-magically chan...

2018-02-21 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5532 Thanks for the review @zentol and @StephanEwen. Travis passed. Merging this PR. ---

[GitHub] flink issue #5532: [FLINK-8711] [yarn] Remove code which auto-magically chan...

2018-02-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5532 In FLIP-6 mode, the right thing is to not have the number of TaskManagers preconfigured, but to start them when needed. Does that work already? The Yarn session would then - Start

[GitHub] flink issue #5532: [FLINK-8711] [yarn] Remove code which auto-magically chan...

2018-02-20 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5532 This is not possible. The problem arises when you start a session cluster where you don't know the Flink job to submit. Personally, I'm not a huge fan of too much auto magic which

[GitHub] flink issue #5532: [FLINK-8711] [yarn] Remove code which auto-magically chan...

2018-02-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5532 Could we instead also account for SlotSharingGroups? The existing behavior has been there for quite a while hasn't it :/ ---