modify_cluster
(**kwargs)¶Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
See also: AWS API Documentation
Request Syntax
response = client.modify_cluster(
ClusterId='string',
StepConcurrencyLevel=123
)
[REQUIRED]
The unique identifier of the cluster.
ActionOnFailure
setting may not behave as expected. For more information see Step$ActionOnFailure.dict
Response Syntax
{
'StepConcurrencyLevel': 123
}
Response Structure
(dict) --
StepConcurrencyLevel (integer) --
The number of steps that can be executed concurrently.
Exceptions
EMR.Client.exceptions.InternalServerError
EMR.Client.exceptions.InvalidRequestException