You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by co...@apache.org on 2010/06/09 01:13:29 UTC

svn commit: r952861 - in /hadoop/hdfs/trunk: CHANGES.txt src/test/aop/build/aop.xml

Author: cos
Date: Tue Jun  8 23:13:28 2010
New Revision: 952861

URL: http://svn.apache.org/viewvc?rev=952861&view=rev
Log:
HDFS-1193. -mvn-system-deploy target is broken which inturn fails the
mvn-deploy task leading to unstable mapreduce build. Contributed by Giridharan
Kesavan.

Modified:
    hadoop/hdfs/trunk/CHANGES.txt
    hadoop/hdfs/trunk/src/test/aop/build/aop.xml

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=952861&r1=952860&r2=952861&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Tue Jun  8 23:13:28 2010
@@ -591,6 +591,10 @@ Release 0.21.0 - Unreleased
 
   BUG FIXES
 
+    HDFS-1193. -mvn-system-deploy target is broken which inturn fails the
+    mvn-deploy task leading to unstable mapreduce build (Giridharan
+    Kesavan via cos)
+
     HDFS-1159. clean-cache target removes wrong ivy cache (cos)
 
     HDFS-76. Better error message to users when commands fail because of 

Modified: hadoop/hdfs/trunk/src/test/aop/build/aop.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/aop/build/aop.xml?rev=952861&r1=952860&r2=952861&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/test/aop/build/aop.xml (original)
+++ hadoop/hdfs/trunk/src/test/aop/build/aop.xml Tue Jun  8 23:13:28 2010
@@ -330,9 +330,8 @@
     <property name="repourl" value="https://repository.apache.org/content/repositories/snapshots" />
     <artifact:pom file="${hadoop-hdfs-instrumented.pom}"
                   id="hadoop.hdfs.${herriot.suffix}"/>
-     <!--<artifact:pom file="${hadoop-hdfs-instrumented-test.pom}"-->
-                   <!--id="hadoop.hdfs.system.test.test"/>-->
-
+    <artifact:pom file="${hadoop-hdfs-instrumented-test.pom}"
+                   id="hadoop.hdfs.${herriot.suffix}.test"/>
     <artifact:install-provider artifactId="wagon-http" version="1.0-beta-2"/>
     <artifact:deploy file="${hadoop-hdfs-instrumented.jar}">
       <remoteRepository id="apache.snapshots.https" url="${repourl}"/>