Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. sqoop import --connect jdbc:mysql://localhost/employees --username=root -P --table=titles --target-dir=titles --m=1
  2.  
  3. sqoop import --connect jdbc:mysql://localhost/employees --username=root -P --table titles --hive-import
  4.  
  5. hive> show tables;
  6. OK
  7. dept_emp
  8. emp
  9. myfirsthivetable
  10. parted1emp
  11. partitionedemp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement