From common-commits-return-9514-apmail-hadoop-common-commits-archive=hadoop.apache.org@hadoop.apache.org Mon Aug 24 17:49:43 2009 Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 2031 invoked from network); 24 Aug 2009 17:49:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Aug 2009 17:49:43 -0000 Received: (qmail 42270 invoked by uid 500); 24 Aug 2009 12:23:28 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 42198 invoked by uid 500); 24 Aug 2009 12:23:28 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 42189 invoked by uid 500); 24 Aug 2009 12:23:28 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 42185 invoked by uid 99); 24 Aug 2009 12:23:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 12:23:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 12:23:25 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BF745118C2 for ; Mon, 24 Aug 2009 12:23:04 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: core-commits@hadoop.apache.org Date: Mon, 24 Aug 2009 12:23:04 -0000 Message-ID: <20090824122304.26364.9769@eos.apache.org> Subject: [Hadoop Wiki] Update of "BuildingHadoopFromSVN" by SteveLoughran X-Virus-Checked: Checked by ClamAV on apache.org 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 ==