Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Created November 12, 2017 22:51
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/bb2ff8bbdb13fc8939b05b972dd034b3 to your computer and use it in GitHub Desktop.
Save dgadiraju/bb2ff8bbdb13fc8939b05b972dd034b3 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 \
--num-mappers 2 \
--as-sequencefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment