Skip to content

Instantly share code, notes, and snippets.

@u20024804
Forked from jordangraft/install-s3distcp.sh
Created November 22, 2018 09:30
Show Gist options
  • Save u20024804/9915b2495c59dcc7f87db6dd3594783c to your computer and use it in GitHub Desktop.
Save u20024804/9915b2495c59dcc7f87db6dd3594783c to your computer and use it in GitHub Desktop.
install-s3distcp.sh
$ s3cmd get s3://us-east-1.elasticmapreduce/libs/s3distcp/1.latest/s3distcp.jar
$ hadoop jar ./s3distcp.jar --src s3a://<bucket>/input/ --dest=s3a://<bucket>/output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment