Skip to content

Instantly share code, notes, and snippets.

@obar1
Created March 7, 2017 16:00
Show Gist options
  • Select an option

  • Save obar1/331e771857cace2bd28c369295a13404 to your computer and use it in GitHub Desktop.

Select an option

Save obar1/331e771857cace2bd28c369295a13404 to your computer and use it in GitHub Desktop.
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