Author: suresh Date: Sat Apr 27 14:24:02 2013 New Revision: 1476586 URL: http://svn.apache.org/r1476586 Log: HADOOP-9290. Some tests cannot load native library on windows. Contributed by Chris Nauroth.
Modified: hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml Modified: hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml?rev=1476586&r1=1476585&r2=1476586&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml (original) +++ hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml Sat Apr 27 14:24:02 2013 @@ -30,7 +30,7 @@ <packaging>pom</packaging> <properties> - <!-- Needed for generating FindBugs warnings using parent pom --> + <hadoop.common.build.dir>${basedir}/../../../hadoop-common-project/hadoop-common/target</hadoop.common.build.dir> </properties> <dependencies> @@ -176,10 +176,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <environmentVariables> - <!-- HADOOP_HOME required for tests on Windows to find winutils --> - <HADOOP_HOME>${basedir}/../../../hadoop-common-project/hadoop-common/target</HADOOP_HOME> - </environmentVariables> <properties> <property> <name>listener</name>