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 ac...@apache.org on 2012/10/02 00:44:08 UTC

svn commit: r1392676 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Author: acmurthy
Date: Mon Oct  1 22:44:08 2012
New Revision: 1392676

URL: http://svn.apache.org/viewvc?rev=1392676&view=rev
Log:
HADOOP-8738. Reverted since it broke MR based system tests.

Modified:
    hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1392676&r1=1392675&r2=1392676&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Mon Oct  1 22:44:08 2012
@@ -309,8 +309,6 @@ Release 2.0.2-alpha - 2012-09-07 
     HADOOP-8031. Configuration class fails to find embedded .jar resources; 
     should use URL.openStream() (genman via tucu)
 
-    HADOOP-8738. junit JAR is showing up in the distro (tucu)
-
     HADOOP-8737. cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h.
     (Colin Patrick McCabe via eli)