Update "Additional Details for MapReduce jobs" docs

Currently, the documentation present in edp.rst refers only to the
properties mapred.mapper.class and mapred.reducer.class, these
(mapred properties) are deprecated in version 2.7.1.

Change-Id: I7b845e2a4f72b93931ba5475110a490178474666
Closes-Bug: 1650690
This commit is contained in:
Marianne Linhares 2016-12-22 11:26:02 -03:00
parent e37af2886d
commit 2d533cdfdb
1 changed files with 11 additions and 7 deletions

View File

@ -436,13 +436,17 @@ be added manually with the ``Configure`` tab.
Make sure to add these values with the correct names:
+-------------------------+-----------------------------------------+
| Name | Example Value |
+=========================+=========================================+
| mapred.mapper.class | org.apache.oozie.example.SampleMapper |
+-------------------------+-----------------------------------------+
| mapred.reducer.class | org.apache.oozie.example.SampleReducer |
+-------------------------+-----------------------------------------+
+-----------------------------+----------------------------------------+
| Name | Example Value |
+=============================+========================================+
| mapred.mapper.new-api | true |
+-----------------------------+----------------------------------------+
| mapred.reducer.new-api | true |
+-----------------------------+----------------------------------------+
| mapreduce.job.map.class | org.apache.oozie.example.SampleMapper |
+-----------------------------+----------------------------------------+
| mapreduce.job.reduce.class | org.apache.oozie.example.SampleReducer |
+-----------------------------+----------------------------------------+
Additional Details for MapReduce.Streaming jobs
+++++++++++++++++++++++++++++++++++++++++++++++