You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/02/17 15:51:53 UTC

svn commit: r1660400 - /jena/site/trunk/content/documentation/hadoop/mapred.mdtext

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