You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ha...@apache.org on 2015/03/17 06:14:11 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/branch-1 22543d34b -> 2943ee5e3


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2943ee5e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2943ee5e
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2943ee5e

Branch: refs/heads/branch-1
Commit: 2943ee5e33887b464e37293ff649121b0f6a8fb9
Parents: 22543d3
Author: Harsh J <ha...@cloudera.com>
Authored: Tue Mar 17 10:43:19 2015 +0530
Committer: Harsh J <ha...@cloudera.com>
Committed: Tue Mar 17 10:43:19 2015 +0530

----------------------------------------------------------------------
 CHANGES.txt                                                       | 3 +++
 .../org/apache/hadoop/filecache/TestMRWithDistributedCache.java   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2943ee5e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 786ab47..33dccad 100644
--- a/CHANGES.txt
+++ b/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)
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/2943ee5e/src/test/org/apache/hadoop/filecache/TestMRWithDistributedCache.java
----------------------------------------------------------------------
diff --git a/src/test/org/apache/hadoop/filecache/TestMRWithDistributedCache.java b/src/test/org/apache/hadoop/filecache/TestMRWithDistributedCache.java
index 7736043..d277a98 100644
--- a/src/test/org/apache/hadoop/filecache/TestMRWithDistributedCache.java
+++ b/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.