Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.0 62052d785 -> 42a83e2e8
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/42a83e2e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/42a83e2e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/42a83e2e Branch: refs/heads/4.4-HBase-1.0 Commit: 42a83e2e89abcd867b970917929400d5ced65c32 Parents: 62052d7 Author: Enis Soztutar <e...@apache.org> Authored: Mon Jun 29 18:16:35 2015 -0700 Committer: Enis Soztutar <e...@apache.org> Committed: Mon Jun 29 19:07:59 2015 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/42a83e2e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2439af5..cfa55fe 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>