Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sqoop import-all-tables \
  2. --connect "jdbc:mysql://quickstart.cloudera:3306/retail_db" \
  3. --username retail_dba \
  4. --password cloudera \
  5. --warehouse-dir /user/hive/warehouse/problem6.db \
  6. --hive-import \
  7. --hive-database problem6 \
  8. --create-hive-table \
  9. --as-textfile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement