Skip to content

Instantly share code, notes, and snippets.

@parolkar
Created February 22, 2012 06:31
Show Gist options
  • Save parolkar/1882364 to your computer and use it in GitHub Desktop.
Save parolkar/1882364 to your computer and use it in GitHub Desktop.
copy from s3 to HDFS without distcp
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