Created
March 7, 2017 16:00
-
-
Save obar1/331e771857cace2bd28c369295a13404 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 eval \ | |
| --connect "jdbc:mysql://quickstart.cloudera:3306/retail_db" \ | |
| --username retail_dba \ | |
| --password cloudera \ | |
| --query "select count(1) from order_items" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment