Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 580E19089 for ; Wed, 9 May 2012 13:52:33 +0000 (UTC) Received: (qmail 33075 invoked by uid 500); 9 May 2012 13:52:32 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 32985 invoked by uid 500); 9 May 2012 13:52:32 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 32970 invoked by uid 99); 9 May 2012 13:52:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 13:52:32 +0000 X-ASF-Spam-Status: No, hits=3.3 required=5.0 tests=HTML_MESSAGE,NO_RDNS_DOTCOM_HELO,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 98.139.253.104 is neither permitted nor denied by domain of evans@yahoo-inc.com) Received: from [98.139.253.104] (HELO mrout1-b.corp.bf1.yahoo.com) (98.139.253.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 13:52:26 +0000 Received: from SP1-EX07CAS04.ds.corp.yahoo.com (sp1-ex07cas04.corp.sp1.yahoo.com [216.252.116.155]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q49DpnAE081205 for ; Wed, 9 May 2012 06:51:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1336571510; bh=0KS4i0gK8LUdZJMZ96XFXeUoLEbUEAnbApGCJeFLJtE=; h=From:To:Date:Subject:Message-ID:In-Reply-To:Content-Type: MIME-Version; b=F4y8m9Dj96LUXaLxMQVWy8CH2n7mhF5TFu+wPPAindhMEGrUSg/qW2qQD//CQrGtm vQv83yEuCJRB4Mb4KY+zQxBsQTsIbrH+BIqVKRCGQnpiC79k2qQmPhFkq+BfQO9L0T Tghn/qDfPvsRRHVVYeGIRRa9U8nJoakp0TglmHVc= Received: from SP1-EX07VS02.ds.corp.yahoo.com ([216.252.116.135]) by SP1-EX07CAS04.ds.corp.yahoo.com ([216.252.116.158]) with mapi; Wed, 9 May 2012 08:51:49 -0500 From: Robert Evans To: "mapreduce-dev@hadoop.apache.org" Date: Wed, 9 May 2012 08:51:48 -0500 Subject: Re: Building first time Thread-Topic: Building first time Thread-Index: Ac0tn25JuEIUlcBYQTWuD7If5vqyMgAS3J7t Message-ID: In-Reply-To: <4FA9F798.9030502@filez.com> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_CBCFE0A43A0C5evansyahooinccom_" MIME-Version: 1.0 X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 571510001 X-Virus-Checked: Checked by ClamAV on apache.org --_000_CBCFE0A43A0C5evansyahooinccom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable http://wiki.apache.org/hadoop/HowToContribute is the best place to start. = Checking the code in through git will not trigger a jenkins build, unless y= ou have a special setup that goes beyond Apache provides. You do not need = to compile the entire tree to get Map/Reduce, but typically it is not a big= deal to compile everything. --Bobby Evans On 5/8/12 11:50 PM, "Radim Kolar" wrote: I am interested in working on mapreduce package, so not sure if I need to compile the whole tree. I work on branch-0.23. It can be just imported into SpringToolsSuite, then click on Run -> Maven -> type in 'compile' target. It compiles module it just fails on Avro stuff. But it is good enough that you can edit it in Eclipse with some comfort. Then just commit to git and let Jenkins on Unix to build it for you. --_000_CBCFE0A43A0C5evansyahooinccom_--