Created
November 12, 2017 22:32
-
-
Save dgadiraju/5d5f5d77bb68549ae117b69461a17437 to your computer and use it in GitHub Desktop.
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 list-databases \ | |
--connect jdbc:mysql://ms.itversity.com:3306 \ | |
--username retail_user \ | |
--password itversity | |
sqoop list-tables \ | |
--connect jdbc:mysql://ms.itversity.com:3306/retail_db \ | |
--username retail_user \ | |
--password itversity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment