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?

asked 2 years ago352 views
1 Answer
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
SUPPORT ENGINEER
answered 2 years 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