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
asked a month ago342 views
2 Answers
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
SUPPORT ENGINEER
answered a month ago
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
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions