Dear Wiki user,

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

The following page has been changed by SteveLoughran:
http://wiki.apache.org/hadoop/BuildingHadoopFromSVN

------------------------------------------------------------------------------
  This documents some of the tricks needed to make building/running 
  the current set of Hadoop projects easier
  
+ == Set Ant up ==
+ 
+ # 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. 
  
  == Check out the Hadoop modules ==
  

Reply via email to