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?

preguntada hace 2 años373 visualizaciones
1 Respuesta
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
INGENIERO DE SOPORTE
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas