@@ -400,6 +400,9 @@ Trunk (unreleased changes)
HADOOP-4820. Remove unused method FSNamesystem::deleteInSafeMode. (Suresh
Srinivas via cdouglas)
+ HADOOP-4698. Lower io.sort.mb to 10 in the tests and raise the junit memory
+ limit to 512m from 256m. (Nigel Daley via cdouglas)
+
Release 0.19.1 - Unreleased
IMPROVEMENTS
@@ -108,7 +108,7 @@
<property name="test.junit.fork.mode" value="perTest" />
<property name="test.junit.printsummary" value="yes" />
<property name="test.junit.haltonfailure" value="no" />
- <property name="test.junit.maxmemory" value="256m" />
+ <property name="test.junit.maxmemory" value="512m" />
<property name="libhdfs.test.conf.dir" value="${libhdfs.src}/tests/conf"/>
<property name="libhdfs.test.dir" value="${test.build.dir}/libhdfs"/>
@@ -5,4 +5,9 @@
<configuration>
+<property>
+ <name>io.sort.mb</name>
+ <value>10</value>
+</property>
</configuration>