Created
February 22, 2012 06:31
-
-
Save parolkar/1882364 to your computer and use it in GitHub Desktop.
copy from s3 to HDFS without distcp
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://bucket - | hadoop fs -copyFromLocal - /hdfs_location |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment