Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Created January 16, 2019 06:48
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/51c087335ba2ed80c415f2f8616eb19e to your computer and use it in GitHub Desktop.
Save dgadiraju/51c087335ba2ed80c415f2f8616eb19e to your computer and use it in GitHub Desktop.
sqoop import \
--connect jdbc:mysql://ms.itversity.com/retail_db \
--username retail_user \
--password itversity \
--table orders \
--target-dir /user/training/sqoop_import/orders_lzo \
--compress \
--compression-codec com.hadoop.compression.lzo.LzoCodec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment