Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.1 591eb210d -> 67d2abfb2
PHOENIX-2042 Windows need hadoop native libraries to run tests (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/67d2abfb Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/67d2abfb Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/67d2abfb Branch: refs/heads/4.4-HBase-1.1 Commit: 67d2abfb25634ef50b6146f5ada6d964e0b646b9 Parents: 591eb21 Author: Enis Soztutar <[email protected]> Authored: Mon Jun 29 18:16:35 2015 -0700 Committer: Enis Soztutar <[email protected]> Committed: Mon Jun 29 19:07:31 2015 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/67d2abfb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 322b512..6f3a8ed 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ <encoding>UTF-8</encoding> <forkCount>${numForkedIT}</forkCount> <reuseForks>true</reuseForks> - <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom</argLine> + <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory> <groups>org.apache.phoenix.end2end.ClientManagedTimeTest</groups> @@ -281,7 +281,7 @@ <encoding>UTF-8</encoding> <forkCount>${numForkedIT}</forkCount> <reuseForks>true</reuseForks> - <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom</argLine> + <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory> <groups>org.apache.phoenix.end2end.HBaseManagedTimeTest</groups> @@ -297,7 +297,7 @@ <encoding>UTF-8</encoding> <forkCount>${numForkedIT}</forkCount> <reuseForks>true</reuseForks> - <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom</argLine> + <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory> <groups>org.apache.phoenix.end2end.NeedsOwnMiniClusterTest</groups> @@ -372,7 +372,7 @@ <forkCount>${numForkedUT}</forkCount> <reuseForks>true</reuseForks> <argLine>-enableassertions -Xmx2250m -XX:MaxPermSize=128m - -Djava.security.egd=file:/dev/./urandom</argLine> + -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> </configuration> </plugin>
