Set Concurrency level in AWS EMR, using AWS CLI

0

Hi Team,

getting issue while creating EMR CLUSTER. using AWS CLI Script.

Unknown options: --step-concurrency-level,5.

Details: Spark Application --release-label emr-5.30.0

Please let me know if there is any solution?

feita há 2 anos373 visualizações
1 Resposta
0

Hi,

Thanks for writing to re:Post.

Looking at the issue, it seems to be a syntax error due to which the step-concurrency-level parameter was unidentified during cluster launch through CLI.

The error is reproducible when a comma is inserted between the parameter and the value (--step-concurrency-level,10).

It can be resolved by replacing comma with a space (--step-concurrency-level 10) in create-cluster CLI command.

AWS
ENGENHEIRO DE SUPORTE
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas