[ 
https://issues.apache.org/jira/browse/FLINK-4125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maximilian Michels resolved FLINK-4125.
---------------------------------------
       Resolution: Duplicate
    Fix Version/s: 1.1.0

Resolving this but feel free to open if it doesn't work as expected.

> Yarn CLI incorrectly calculates slotsPerTM when parallelism < task manager 
> count
> --------------------------------------------------------------------------------
>
>                 Key: FLINK-4125
>                 URL: https://issues.apache.org/jira/browse/FLINK-4125
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Chris Hogue
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> The FlinkYarnSessionCli class tries to calculate how many slots each 
> taskmanager gets based on the user-supplied parallelism option. It's using an 
> int, so when -p < -yn it is truncated to 0 and the cluster then fails to 
> start, saying slots per TM must be positive. And example command to trigger 
> this would be:
> bin/flink run -m yarn-cluster -d -yn 20 -ys 2 -p 5 <a jar>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to