Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Fill out the Edit Node form
  2. 1)Enter ooziemrwf as the name, and "oozie MapReduce workflow" as the description.
  3.  
  4. 2) Navigate to the JAR file location and upload the JAR file.
  5.  
  6. 3) Click the Add Property button and add each of these four properties:
  7. Property Name
  8. Value
  9. mapred.mapper.class org.apache.oozie.example.SampleMapper
  10. mapred.reducer.class org.apache.oozie.example.SampleReducer
  11. mapred.output.dir /user/mapr/mapreducejob/wfoutput
  12. mapred.input.dir /oozie/examples/input-data/text
  13.  
  14. 4) Navigate to the JAR file and select it as the input path.
  15.  
  16. 5)Click Done. The MapReduce action appears in the workflow.
  17.  
  18. 6) Click Save.
  19.  
  20. Under Actions in the navigation panel, click Submit. When the Submit this job? dialog appears, click Submit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement