EmrModifyClusterOperator

Amazon

An operator that modifies an existing EMR cluster.

View on GitHub

Last Updated: Mar. 2, 2023

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

cluster_idRequiredcluster identifier
step_concurrency_levelRequiredConcurrency of the cluster
aws_conn_idaws connection to uses
do_xcom_pushif True, cluster_id is pushed to XCom with key cluster_id.

Documentation

An operator that modifies an existing EMR cluster.

See also

For more information on how to use this operator, take a look at the guide: Modify Amazon EMR container

Was this page helpful?