Skip to content

Instantly share code, notes, and snippets.

@aterreno
Created April 27, 2011 11:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save aterreno/944121 to your computer and use it in GitHub Desktop.
Save aterreno/944121 to your computer and use it in GitHub Desktop.
sqoop from mysql to hbase
sudo sqoop import --connect jdbc:mysql://mysql_server/mysql_table --table mysql_table_name --hbase-table hbase_table_name --hbase-row-key mysql_column --column-family metadata --hbase-create-table --username root -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment