Serverless job failure

0

While running the serverless job run, I am getting below errror:

"Number of cores specified by 'spark.driver.cores '7' is invalid".

Akash
已提问 2 个月前441 查看次数
2 回答
4

Basically, each worker can have 1, 2, 4, 8, or 16 vCPUs/cores, in other words there is a limit set on the number of vCPUs for a worker that not valid for the core given as 7. Please refer this document for more information - https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/app-behavior.html

AWS
支持工程师
已回答 2 个月前
0

Hi,

Did you check that the value that you set spark.cores.max is greater than this value? If not, that may be the cause.

Best,

Didier

profile pictureAWS
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则