Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 a3a96cda2 -> 3b0562a5b


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/3b0562a5
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3b0562a5
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3b0562a5

Branch: refs/heads/4.x-HBase-1.0
Commit: 3b0562a5b86eab8bdb4cc32786f63d6a05c9e6aa
Parents: a3a96cd
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:06:08 2015 -0700

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/3b0562a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3de43fa..9625edb 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>
@@ -395,7 +395,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>

Reply via email to