You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/01/25 09:02:17 UTC

svn commit: r1063164 - in /hadoop/common/branches/branch-0.20: CHANGES.txt src/contrib/build-contrib.xml

Author: omalley
Date: Tue Jan 25 08:02:17 2011
New Revision: 1063164

URL: http://svn.apache.org/viewvc?rev=1063164&view=rev
Log:
HADOOP-7116. Increase the heap size for the contrib unit tests to 512mb.
(omalley)

Modified:
    hadoop/common/branches/branch-0.20/CHANGES.txt
    hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml

Modified: hadoop/common/branches/branch-0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/CHANGES.txt?rev=1063164&r1=1063163&r2=1063164&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20/CHANGES.txt Tue Jan 25 08:02:17 2011
@@ -6,10 +6,6 @@ Release 0.20.4 - Unreleased
 
   BUG FIXES
 
-  HADOOP-6923. Native Libraries do not load if a different platform
-  signature is returned from org.apache.hadoop.util.PlatformName.
-  (Stephen Watt via todd)
-
   IMPROVEMENTS
 
 Release 0.20.3 - 2011-1-5
@@ -89,6 +85,13 @@ Release 0.20.3 - 2011-1-5
     MAPREDUCE-2262. Add capacity scheduler ivy dependency on commons-cli. 
     (omalley)
 
+    HADOOP-6923. Native Libraries do not load if a different platform
+    signature is returned from org.apache.hadoop.util.PlatformName.
+    (Stephen Watt via todd)
+
+    HADOOP-7116. Increase the heap size for the contrib unit tests to 512mb.
+    (omalley)
+
   IMPROVEMENTS
 
     MAPREDUCE-1407. Update javadoc in mapreduce.{Mapper,Reducer} to match

Modified: hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml?rev=1063164&r1=1063163&r2=1063164&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml (original)
+++ hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml Tue Jan 25 08:02:17 2011
@@ -215,7 +215,7 @@
     <mkdir dir="${hadoop.log.dir}"/>
     <junit
       printsummary="yes" showoutput="${test.output}" 
-      haltonfailure="no" fork="yes" maxmemory="256m"
+      haltonfailure="no" fork="yes" maxmemory="512m"
       errorProperty="tests.failed" failureProperty="tests.failed"
       timeout="${test.timeout}">