Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. 1. Why is there MapReduce process in Sqoop to load data from HDFS to MySQL?
  2.  
  3. 2. How can I enable/disable key in MySQL using Sqoop/Oozie?
  4.  
  5. 3. How to run multiple Oozie jobs in parallel?
  6.  
  7. 4. How to run Oozie jobs in Cron?
  8.  
  9. <fork name = 'sampleFork'>
  10. <path start = 'sampleAction1'/>
  11. <path start = 'sampleAction2'/>
  12. </fork>
  13.  
  14. <action name = 'sampleAction`>
  15. ..
  16. ..
  17. ..
  18. <ok to = 'joinActions'/>
  19. <error to = 'fail'/>
  20. </action>
  21.  
  22. <join name = 'joinActions' to 'seqAction3'/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement