Repository: phoenix Updated Branches: refs/heads/4.4-HBase-0.98 e768d25f4 -> 99abd46e5
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/99abd46e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/99abd46e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/99abd46e Branch: refs/heads/4.4-HBase-0.98 Commit: 99abd46e5c3134a35653347086082122846ad953 Parents: e768d25 Author: Enis Soztutar <[email protected]> Authored: Mon Jun 29 18:16:35 2015 -0700 Committer: Enis Soztutar <[email protected]> Committed: Mon Jun 29 19:08:53 2015 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/99abd46e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d3683f..2cca69d 100644 --- a/pom.xml +++ b/pom.xml @@ -266,7 +266,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> @@ -282,7 +282,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> @@ -298,7 +298,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> @@ -373,7 +373,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>
