Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Created November 12, 2017 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgadiraju/6c5291c9fd448446cfcf98cf1fb8f548 to your computer and use it in GitHub Desktop.
Save dgadiraju/6c5291c9fd448446cfcf98cf1fb8f548 to your computer and use it in GitHub Desktop.
sqoop import \
--connect jdbc:mysql://ms.itversity.com:3306/retail_db \
--username retail_user \
--password itversity \
--table order_items \
--warehouse-dir /user/dgadiraju/sqoop_import/retail_db \
--boundary-query 'select 100000, 172198'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment