Created
February 8, 2017 10:34
-
-
Save jordangraft/c43374946f7c7ad33aa4856711cbcd26 to your computer and use it in GitHub Desktop.
install-s3distcp.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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