Explorar el Código

MAPREDUCE-5272. A Minor Error in Javadoc of TestMRWithDistributedCache in Branch-1. Contributed by Zhijie Shen.

Harsh J hace 10 años
padre
commit
2943ee5e33

+ 3 - 0
CHANGES.txt

@@ -66,6 +66,9 @@ Release 1.3.0 - unreleased
 
   BUG FIXES
 
+    MAPREDUCE-5272. Minor error in javadoc of TestMRWithDistributedCache
+    (Zhijie Shen via harsh)
+
     MAPREDUCE-4490. Fixed LinuxTaskController to re-initialize user log
     directory when JVM reuse option is enabled.  (Sam Liu via eyang)
 

+ 1 - 1
src/test/org/apache/hadoop/filecache/TestMRWithDistributedCache.java

@@ -48,7 +48,7 @@ import org.apache.hadoop.mapreduce.lib.output.NullOutputFormat;
 
 /**
  * Tests the use of the
- * {@link org.apache.hadoop.mapreduce.filecache.DistributedCache} within the
+ * {@link org.apache.hadoop.filecache.DistributedCache} within the
  * full MR flow as well as the LocalJobRunner. This ought to be part of the
  * filecache package, but that package is not currently in mapred, so cannot
  * depend on MR for testing.