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 st...@apache.org on 2013/09/19 10:21:07 UTC

svn commit: r1524651 - /hadoop/common/trunk/BUILDING.txt

Author: stevel
Date: Thu Sep 19 08:21:06 2013
New Revision: 1524651

URL: http://svn.apache.org/r1524651
Log:
HADOOP-9974: document setting mvn heap size - trailing space

Modified:
    hadoop/common/trunk/BUILDING.txt

Modified: hadoop/common/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/BUILDING.txt?rev=1524651&r1=1524650&r2=1524651&view=diff
==============================================================================
--- hadoop/common/trunk/BUILDING.txt (original)
+++ hadoop/common/trunk/BUILDING.txt Thu Sep 19 08:21:06 2013
@@ -155,7 +155,7 @@ Handling out of memory errors in builds
 
 If the build process fails with an out of memory error, you should be able to fix
 it by increasing the memory used by maven -which can be done via the environment
-variable MAVEN_OPTS. 
+variable MAVEN_OPTS.
 
 Here is an example setting to allocate between 256 and 512 MB of heap space to
 Maven