-
-
Save ackuser/4b994292f7eab4f3bd2781a92c4978c1 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