Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created March 30, 2017 23:22
Show Gist options
  • Save ianchen06/a63936b160417d04d912b482089ec5d4 to your computer and use it in GitHub Desktop.
Save ianchen06/a63936b160417d04d912b482089ec5d4 to your computer and use it in GitHub Desktop.
tar small files together and pipe to hadoop
tar czvf - *.json | ssh [email protected] "hadoop fs -put - /user/youbike/youbike_data.tar.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment