Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 230B2E585 for ; Mon, 11 Feb 2013 05:46:55 +0000 (UTC) Received: (qmail 95206 invoked by uid 500); 11 Feb 2013 05:46:50 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 94798 invoked by uid 500); 11 Feb 2013 05:46:49 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 94758 invoked by uid 99); 11 Feb 2013 05:46:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 05:46:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.223.182 as permitted sender) Received: from [209.85.223.182] (HELO mail-ie0-f182.google.com) (209.85.223.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 05:46:42 +0000 Received: by mail-ie0-f182.google.com with SMTP id k14so7216043iea.41 for ; Sun, 10 Feb 2013 21:46:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=OOzCbwccHD3Fl11FbtivBdPzwGRqyIDm7oPNO4Qd480=; b=SsoXb9tM48kHfQ/5f3oSMyHe1ivUjOCmQ02E+SB0c5B2cBhtDpFO1nAcXiiBc+OqBs mJq7mEmlhpAh2FtgouC+ioVMo/lpVUhRN39fc8JOFo0Iqd03/Qyx5T7VfJLOPVShGzoo fPlOLf4gREcC5LvPSKOsqRI+SH/fxTulmnLlh4Q0Qszt8y1QAXclgBEAXDo8fVHMG6RE SVL66bojI6TCaL4/x1NQ9SxUXuP3GMgNrg3AYpv1Qw9mO0BqUOlynl7+E8wussC96xca fVDdkDX5jSVjpHwuvL7r8dIv3APYtIZp15auJsTp1FN+i1DNClLG93q5N2/V5iCP6SNv 94Xg== X-Received: by 10.50.45.168 with SMTP id o8mr10897399igm.41.1360561582100; Sun, 10 Feb 2013 21:46:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.91.161 with HTTP; Sun, 10 Feb 2013 21:46:01 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Mon, 11 Feb 2013 11:16:01 +0530 Message-ID: Subject: Re: HOW TO WORK WITH HADOOP SOURCE CODE To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmEZKJ2cr9fIi7Xa23nRhwxPWCthvbj/vMRZE95TzIJTcrppJg0FPGpuZhdS+v+psD0u0zG X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have some notes at http://wiki.apache.org/hadoop/QwertyManiac/BuildingHadoopTrunk that may be of help to you. You'll need branch-1 or a release tag (see all tags here http://svn.apache.org/repos/asf/hadoop/common/tags/) checked out for 1.x based sources. Alternatively, if you use a Maven project, you can ask it to download sources of dependencies too, which lets you browse sources as you develop as well. Also, do read http://www.hoax-slayer.com/do-not-use-all-capitals.html :) On Mon, Feb 11, 2013 at 9:07 AM, Dibyendu Karmakar wrote: > Hi, > I am trying to view HADOOP SOURCE CODE. I am using HADOOP 1.0.3. > In HADOOP distribution, only jar files are there. > Give me some instruction to view source code... please > > I have seen "contribute to hadoop" page ( > wiki.apache.org/hadoop/HowToContribute ) where something about git is > written. I am not getting what it is. And while trying to download, I have > found many links with different names ( git.apache.org ). Don't know what to > do. > PLEASE HELP. > THANK YOU. -- Harsh J