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 Apache Wiki <wi...@apache.org> on 2013/10/25 11:17:07 UTC

[Hadoop Wiki] Update of "BuildingHadoopFromSVN" by SteveLoughran

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "BuildingHadoopFromSVN" page has been changed by SteveLoughran:
https://wiki.apache.org/hadoop/BuildingHadoopFromSVN?action=diff&rev1=5&rev2=6

Comment:
make clear this is for 1.x

- = Building Hadoop Notes =
+ = Building Hadoop 1.x  =
  
  This documents some of the tricks needed to make building/running 
- the current set of Hadoop projects easier
+ Hadoop 1.x easier
  
  == Set Ant up ==
  
- # In {{{ANT_OPTS}}}, set up any proxy you need. For example {{{
+  * In {{{ANT_OPTS}}}, set up any proxy you need. For example {{{
  export ANT_OPTS=-Dhttp.proxyHost=web-proxy -Dhttp.proxyPort=8088 -Dhttps.proxyHost=web-proxy -Dhttps.proxyPort=8088
  }}}
- # set {{{ANT_ARGS}}} to {{{-logger org.apache.tools.ant.listener.BigProjectLogger}}} if you want the "big project logger", which is handy when you build across different modules. 
+  * set {{{ANT_ARGS}}} to {{{-logger org.apache.tools.ant.listener.BigProjectLogger}}} if you want the "big project logger", which is handy when you build across different modules. 
  
  == Check out the Hadoop modules ==