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:
parent
8c8f3b7782
commit
fdef052d35
@ -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
|
||||
|
@ -69,6 +69,7 @@
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**/*.class</include>
|
||||
<include>webapps/**</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
Loading…
Reference in New Issue
Block a user