Amazon Elastic MapReduce (EMR) Connection¶
Note
This connection type is only used to store parameters to Start EMR Cluster (run_job_flow boto3 EMR client method).
This connection not intend to store any credentials for boto3
client, if you try to pass any
parameters not listed in RunJobFlow API
you will get an error like this.
Parameter validation failed: Unknown parameter in input: "region_name", must be one of:
For Authenticating to AWS please use Amazon Web Services Connection.
Configuring the Connection¶
- Extra (optional)
Specify the parameters (as a json dictionary) that can be used as an initial configuration in
airflow.providers.amazon.aws.hooks.emr.EmrHook.create_job_flow()
to propagate to RunJobFlow API. All parameters are optional.