Advertisement
Guest User

Untitled

a guest
Feb 5th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. sqoop import-all-tables \
  2. -m 1 \
  3. --connect jdbc:mysql://quickstart:3306/retail_db \
  4. --username=retail_dba \
  5. --password=cloudera \
  6. --compression-codec=snappy \
  7. --as-parquetfile \
  8. --warehouse-dir=/user/hive/warehouse \
  9. --hive-import
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement