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
This commit is contained in:
Mahadev Konar 2011-08-22 22:24:00 +00:00
parent 8c8f3b7782
commit fdef052d35
2 changed files with 4 additions and 0 deletions

View File

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

View File

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