Kaynağa Gözat

HADOOP-7566. MR tests are failing webapps/hdfs not found in CLASSPATH. (Alejandro Abdelnur via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1160473 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 13 yıl önce
ebeveyn
işleme
fdef052d35
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 3 0
      hadoop-common/CHANGES.txt
  2. 1 0
      hadoop-project-dist/pom.xml

+ 3 - 0
hadoop-common/CHANGES.txt

@@ -514,6 +514,9 @@ Trunk (unreleased changes)
     HADOOP-7536. Correct the dependency version regressions introduced in
     HADOOP-6671. (Alejandro Abdelnur via tomwhite)
 
+    HADOOP-7566. MR tests are failing webapps/hdfs not found in CLASSPATH.
+    (Alejandro Abdelnur via mahadev)
+
 Release 0.22.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 0
hadoop-project-dist/pom.xml

@@ -69,6 +69,7 @@
             <configuration>
               <includes>
                 <include>**/*.class</include>
+                <include>webapps/**</include>
               </includes>
             </configuration>
           </execution>