emr_modify_cluster: Modifies the number of steps that can be executed...

View source: R/emr_operations.R

emr_modify_clusterR Documentation

Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID

Description

Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.

See https://www.paws-r-sdk.com/docs/emr_modify_cluster/ for full documentation.

Usage

emr_modify_cluster(ClusterId, StepConcurrencyLevel = NULL)

Arguments

ClusterId

[required] The unique identifier of the cluster.

StepConcurrencyLevel

The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.