Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 69771 invoked from network); 16 Dec 2008 21:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2008 21:50:55 -0000 Received: (qmail 83599 invoked by uid 500); 16 Dec 2008 21:51:08 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 83563 invoked by uid 500); 16 Dec 2008 21:51:08 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 83552 invoked by uid 99); 16 Dec 2008 21:51:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 13:51:08 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of athusoo@facebook.com designates 204.15.23.140 as permitted sender) Received: from [204.15.23.140] (HELO mailout-sf2p.facebook.com) (204.15.23.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 21:50:47 +0000 Received: from mail.thefacebook.com (sc-hub01.thefacebook.com [192.168.18.104]) by pp01.sf2p.tfbnw.net (8.14.1/8.14.1) with ESMTP id mBGLoC6s015056 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Tue, 16 Dec 2008 13:50:12 -0800 Received: from SC-MBXC1.TheFacebook.com ([192.168.18.102]) by sc-hub01.TheFacebook.com ([192.168.18.104]) with mapi; Tue, 16 Dec 2008 13:50:11 -0800 From: Ashish Thusoo To: "hive-dev@hadoop.apache.org" Date: Tue, 16 Dec 2008 13:50:09 -0800 Subject: RE: Building offline with ivy Thread-Topic: Building offline with ivy Thread-Index: AclfwBuf/UwIfgbcRymXKnY2gNy77QABy60A Message-ID: <68B7689C98024D43B4C2709456F0B5200898D3EBD4@SC-MBXC1.TheFacebook.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400:2.4.4,1.2.40,4.0.166 definitions=2008-12-16_15:2008-12-08,2008-12-16,2008-12-16 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0805090000 definitions=main-0807290170 X-Virus-Checked: Checked by ClamAV on apache.org I think this should work (though I have not tried it myself) because ivy ac= tually caches the downloaded files in $HOME/.ant/cache. Hive also actually = downloads ivy however, I don't think it checks for its presence in $HOME/.a= nt/lib. So that may need some fixing in get_ivy.xml. Otherwise it should be= fairly transparent. Do send out an email with the problems that you face when trying it out. Regarding the information, a lot of that is in README.txt which we are plan= ning to move to the wiki as then everyone can easily fix and contribute to = it more easily, but for the time being you can find information about svn a= nd eclipse in README.txt.. Ashish=20 -----Original Message----- From: Edward Capriolo [mailto:edlinuxguru@gmail.com]=20 Sent: Tuesday, December 16, 2008 12:51 PM To: hive-dev@hadoop.apache.org Subject: Building offline with ivy I am sometimes in an offline environment when developing. Now that hive has= switched to IVY, is their a procedure to do an offline build ?(after the f= irst online build has passed?). Also the hadoop instructions for SVN + ecli= pse +subversive are extensive http://wiki.apache.org/hadoop/HowToContribute= . Is anyone working on a doc like that for the Hive wiki? That would be ve= ry helpful. Thanks,