HBASE-8855 TestTableInputFormatScan1/2 fail semi-silently with the hadoop 2 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6574aee773
commit
e9f477dd4b
2
pom.xml
2
pom.xml
|
@ -531,7 +531,7 @@
|
|||
using method parallelization class ! -->
|
||||
<testFailureIgnore>false</testFailureIgnore>
|
||||
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
|
||||
<argLine>-enableassertions -Xmx1900m
|
||||
<argLine>-enableassertions -Xmx1900m -XX:MaxPermSize=100m
|
||||
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
|
||||
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue