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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南