Author: rvesse
Date: Tue Feb 17 14:51:53 2015
New Revision: 1660400

URL: http://svn.apache.org/r1660400
Log:
More incorrect Hadoop method names referenced

Modified:
    jena/site/trunk/content/documentation/hadoop/mapred.mdtext

Modified: jena/site/trunk/content/documentation/hadoop/mapred.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/hadoop/mapred.mdtext?rev=1660400&r1=1660399&r2=1660400&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/hadoop/mapred.mdtext (original)
+++ jena/site/trunk/content/documentation/hadoop/mapred.mdtext Tue Feb 17 
14:51:53 2015
@@ -16,7 +16,7 @@ The following common tasks are supported
 - Splitting
 - Transforming
 
-Note that standard Map/Reduce programming rules apply as normal.  For example 
if a mapper/reducer transforms between data types then you need to make 
`setMapOutputKeyClass()`, `setMapOutputValueClass()`, 
`setReducerOutputKeyClass()` and `setReducerOutputValueClass()` calls on your 
Job configuration as necessary.
+Note that standard Map/Reduce programming rules apply as normal.  For example 
if a mapper/reducer transforms between data types then you need to make 
`setMapOutputKeyClass()`, `setMapOutputValueClass()`, `setOutputKeyClass()` and 
`setOutputValueClass()` calls on your Job configuration as necessary.
 
 ## Counting
 


Reply via email to