Skip to content

Instantly share code, notes, and snippets.

@aterreno
Created April 27, 2011 11:51
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 aterreno/944122 to your computer and use it in GitHub Desktop.
Save aterreno/944122 to your computer and use it in GitHub Desktop.
sqoop from mysql to hive
sudo sqoop import --hive-import --connect jdbc:mysql://mysql_server/mysql_table --table mysql_table --hive-table hive_table --username root --direct -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment