Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
When starting spark-shell using local cluster mode, e.g. ./bin/spark-shell --master "local-cluster[2, 1, 1024]", there will be a warning:
20/06/06 22:09:09 WARN Master: App app-20200606220908-0000 requires more resource than any of Workers could have.
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.
Attachments
Issue Links
- is caused by
-
SPARK-27371 Standalone master receives resource info from worker and allocate driver/executor properly
- Resolved
- links to