Search code examples
amazon-s3amazon-emr

Where is s3-dist-cp of EMR 6.2.0?


I created an EMR Spark cluster with the following configuration:

enter image description here

Then I ssh into the master node, typed the command s3-dist-cp, then got the following error:

s3-dist-cp: command not found

I searched the whole disk but found nothing:

sudo find / -name "*s3-dist-cp*"

Where is the s3-dist-cp command? Thanks!


Solution

  • It turns out I must select "Hadoop", see the screenshot below:

    enter image description here