Skip to content

Instantly share code, notes, and snippets.

@gnosis23
Created September 3, 2015 11:35
Show Gist options
  • Select an option

  • Save gnosis23/2d4ac4cbc5392f5663dd to your computer and use it in GitHub Desktop.

Select an option

Save gnosis23/2d4ac4cbc5392f5663dd to your computer and use it in GitHub Desktop.
sqoop
sqoop import --connect jdbc:mysql://10.0.0.4/employees \
--table salaries \
--username bohao \
--password-file /user/bohao/pass \
--hive-import \
--hive-drop-import-delims \
--null-string '\\N' \
--null-non-string '\\N'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment