Guest User

Untitled

a guest
Mar 2nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. sqoop import
  2. --direct
  3. --connect jdbc:postgresql://localhost/test
  4. --username hive
  5. --password hive
  6. --table claim
  7. -- --schema test
  8. --hcatalog-home /user/hive/hive-hcat
  9. --hcatalog-database hive
  10. --hcatalog-table claim
  11. --create-hcatalog-table
  12. --verbose
  13. --hcatalog-storage-stanza 'stored as orc tblproperties ("orc.compress"="SNAPPY")'
Add Comment
Please, Sign In to add comment