paws.analytics (version 0.1.0)

emr_cancel_steps: Cancels a pending step or steps in a running cluster

Description

Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee a step will be canceled, even if the request is successfully submitted. You can only cancel steps that are in a PENDING state.

Usage

emr_cancel_steps(ClusterId, StepIds)

Arguments

ClusterId

The ClusterID for which specified steps will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs.

StepIds

The list of StepIDs to cancel. Use ListSteps to get steps and their states for the specified cluster.

Request syntax

svc$cancel_steps(
  ClusterId = "string",
  StepIds = list(
    "string"
  )
)