MAPREDUCE-4884. Streaming tests fail to start MiniMRCluster due to missing queue configuration. Contributed by Chris Nauroth.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1427945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Suresh Srinivas 2013-01-02 19:31:11 +00:00
parent 7b70a688ac
commit 1f41061132
2 changed files with 12 additions and 0 deletions

View File

@ -160,6 +160,9 @@ Trunk (Unreleased)
MAPREDUCE-4574. Fix TotalOrderParitioner to work with
non-WritableComparable key types. (harsh)
MAPREDUCE-4884. Streaming tests fail to start MiniMRCluster due to missing
queue configuration. (Chris Nauroth via suresh)
Release 2.0.3-alpha - Unreleased
INCOMPATIBLE CHANGES

View File

@ -141,5 +141,14 @@
</configuration>
</plugin>
</plugins>
<testResources>
<testResource>
<directory>${basedir}/../../hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/conf</directory>
<includes>
<include>capacity-scheduler.xml</include>
</includes>
<filtering>false</filtering>
</testResource>
</testResources>
</build>
</project>