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?

已提問 2 年前檢視次數 373 次
1 個回答
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
支援工程師
已回答 2 年前

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

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

回答問題指南