Skip to content

Instantly share code, notes, and snippets.

@ackuser
Forked from dgadiraju/sqoop-list-commands.sh
Created February 15, 2018 15:03
Show Gist options
  • Select an option

  • Save ackuser/4b994292f7eab4f3bd2781a92c4978c1 to your computer and use it in GitHub Desktop.

Select an option

Save ackuser/4b994292f7eab4f3bd2781a92c4978c1 to your computer and use it in GitHub Desktop.
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