Author: suresh
Date: Wed Jan 2 19:31:11 2013
New Revision: 1427945
URL: http://svn.apache.org/viewvc?rev=1427945&view=rev
Log:
MAPREDUCE-4884. Streaming tests fail to start MiniMRCluster due to missing
queue configuration. Contributed by Chris Nauroth.
Modified:
hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml
Modified: hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml?rev=1427945&r1=1427944&r2=1427945&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml Wed Jan 2
19:31:11 2013
@@ -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>