Created
September 3, 2015 11:35
-
-
Save gnosis23/2d4ac4cbc5392f5663dd to your computer and use it in GitHub Desktop.
sqoop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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