How do I determine whether to use a bootstrap action or a step on an Amazon EMR cluster?

2 minute read
0

I want to determine whether to use a bootstrap action or step on an Amazon EMR cluster.

Resolution

To install additional software on an Amazon EMR cluster, use bootstrap actions. To submit work to an Amazon EMR cluster or process data, use steps.

Use bootstrap actions

To use bootstrap actions, take one of the following actions:

Note: For Amazon EMR 2.x and 3.x releases, bootstrap actions run after you install core services. Later Amazon EMR releases don't support most predefined bootstrap actions for Amazon EMR AMI versions 2.x and 3.x.

Use steps

Steps contain Hadoop jobs that transfer or process data. Steps also process submitted data, and send the processed data to a specified location.

To use steps, take one of the following actions:

AWS OFFICIAL
AWS OFFICIALUpdated 10 months ago