Skip to content

Instantly share code, notes, and snippets.

@pavlov99
Created October 3, 2016 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlov99/c7ad7feb94e71e7500766f9157ede395 to your computer and use it in GitHub Desktop.
Save pavlov99/c7ad7feb94e71e7500766f9157ede395 to your computer and use it in GitHub Desktop.
hive -e 'set hive.cli.print.header=true; select * from table_name' | tr "\t" "," > ~/table_name.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment