Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
emr_modify_cluster(ClusterId, StepConcurrencyLevel)
[required] The unique identifier of the cluster.
The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.
A list with the following syntax:
list( StepConcurrencyLevel = 123 )
svc$modify_cluster( ClusterId = "string", StepConcurrencyLevel = 123 )