瀏覽代碼

HDFS-1193. -mvn-system-deploy target is broken which inturn fails the
mvn-deploy task leading to unstable mapreduce build. Contributed by Giridharan
Kesavan.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@952861 13f79535-47bb-0310-9956-ffa450edef68

Konstantin Boudnik 15 年之前
父節點
當前提交
b26c2970c4
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 4 0
      CHANGES.txt
  2. 2 3
      src/test/aop/build/aop.xml

+ 4 - 0
CHANGES.txt

@@ -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 

+ 2 - 3
src/test/aop/build/aop.xml

@@ -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}"/>