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:
parent
7b70a688ac
commit
1f41061132
|
@ -160,6 +160,9 @@ Trunk (Unreleased)
|
||||||
MAPREDUCE-4574. Fix TotalOrderParitioner to work with
|
MAPREDUCE-4574. Fix TotalOrderParitioner to work with
|
||||||
non-WritableComparable key types. (harsh)
|
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
|
Release 2.0.3-alpha - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -141,5 +141,14 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</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>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue