You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "wuyi (Jira)" <ji...@apache.org> on 2020/06/06 14:25:00 UTC

[jira] [Created] (SPARK-31921) Wrong warning of "WARN Master: App app-xxx requires more resource than any of Workers could have."

wuyi created SPARK-31921:
----------------------------

             Summary: Wrong warning of "WARN Master: App app-xxx requires more resource than any of Workers could have."
                 Key: SPARK-31921
                 URL: https://issues.apache.org/jira/browse/SPARK-31921
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 3.0.0
            Reporter: wuyi


When start spark-shell using local cluster mode, e.g. ./bin/spark-shell --master "local-cluster[2, 1, 1024]", there will be a warning:

 
{code:java}
20/06/06 22:09:09 WARN Master: App app-20200606220908-0000 requires more resource than any of Workers could have.
{code}

which means the application can not get enough resources to launch at least one executor.

But that's not true since we can successfully complete a job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org