Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. set option --name verbose --value true
  2.  
  3. create link -c 3
  4.  
  5. oracle.jdbc.driver.OracleDriver (copy ojdbc6.jar to /var/lib/sqoop2/ and restart)
  6.  
  7. jdbc:oracle:thin:@<HOST>:<PORT>:<DATABASE_NAME>
  8.  
  9. create link -c 1
  10. hdfs://ip:8020
  11.  
  12. create job -f 1 -t 2
  13.  
  14. start job -j 1 -s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement