[jira] [Created] (FLINK-6189) Do not use yarn client config to do sanity check

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-6189) Do not use yarn client config to do sanity check

Shang Yuanchun (Jira)
Tao Wang created FLINK-6189:
-------------------------------

             Summary: Do not use yarn client config to do sanity check
                 Key: FLINK-6189
                 URL: https://issues.apache.org/jira/browse/FLINK-6189
             Project: Flink
          Issue Type: Bug
          Components: YARN
            Reporter: Tao Wang


Now in client, if #slots is greater than then number of "yarn.nodemanager.resource.cpu-vcores" in yarn client config, the submission will be rejected.

It makes no sense as the actual vcores of node manager is decided in cluster side, but not in client side. If we don't set the config or don't set the right value of it(indeed this config is not a mandatory), it should not affect flink submission.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)