cancel_job_run

EMRContainers.Client.cancel_job_run(**kwargs)

Cancels a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

See also: AWS API Documentation

Request Syntax

response = client.cancel_job_run(
    id='string',
    virtualClusterId='string'
)
Parameters
  • id (string) --

    [REQUIRED]

    The ID of the job run to cancel.

  • virtualClusterId (string) --

    [REQUIRED]

    The ID of the virtual cluster for which the job run will be canceled.

Return type

dict

Returns

Response Syntax

{
    'id': 'string',
    'virtualClusterId': 'string'
}

Response Structure

  • (dict) --

    • id (string) --

      The output contains the ID of the cancelled job run.

    • virtualClusterId (string) --

      The output contains the virtual cluster ID for which the job run is cancelled.

Exceptions

  • EMRContainers.Client.exceptions.ValidationException
  • EMRContainers.Client.exceptions.InternalServerException