HBASE-10098 [WINDOWS] pass in native library directory from hadoop for unit tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb5e7b3869
commit
a3c4fba14e
2
pom.xml
2
pom.xml
@ -1443,7 +1443,7 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
|
<argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true "-Djava.library.path=${hadoop.library.path};${java.library.path}"</argLine>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
<name>java.net.preferIPv4Stack</name>
|
<name>java.net.preferIPv4Stack</name>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user