Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 1D4F8C1F7 for ; Tue, 2 Jul 2013 10:29:53 +0000 (UTC) Received: (qmail 36416 invoked by uid 500); 2 Jul 2013 10:29:47 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 35963 invoked by uid 500); 2 Jul 2013 10:29:47 -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 35955 invoked by uid 99); 2 Jul 2013 10:29:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 10:29:46 +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; Tue, 02 Jul 2013 10:29:41 +0000 Received: by mail-ie0-f182.google.com with SMTP id s9so11753101iec.41 for ; Tue, 02 Jul 2013 03:29:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=/FZ7ZFzC3hZtkyQ6lL5YAWxRTa9A9ADg9JYoTF+NK4M=; b=PTaccD2hzh7ugpzawwzpYUVRsVrTKA308qtDL9VCZ5PkYzFGPzXdBVP/+1NAPFrpE3 hZTqfWOb/YLalxk1WusWAzMFyYBoxR1jZXzanxwjB0G3FvA7AXZiOn34aSraTMofTdgQ ohqozoDRuUzHWIjUTHVcmwjdaE7OEOQxfcFXMYL9PZpCcmzWsJNx7yQQmWdUXqGIv4ha fWkwkW7kY6k+RB+C32QeIRm7g/rxpPHOV8FrYW+2nlwNA6aOgAbFBgKbTDP44cs44+B9 ezZTlYtH/KLDmYK+f4TtJOikUQyd0g9mcs2d/ZPmCvcXgTXTrnSanOfXmVzf1xUCwfvH iaBQ== X-Received: by 10.50.117.72 with SMTP id kc8mr19502400igb.44.1372760960827; Tue, 02 Jul 2013 03:29:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.87.164 with HTTP; Tue, 2 Jul 2013 03:29:00 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Tue, 2 Jul 2013 15:59:00 +0530 Message-ID: Subject: Re: Latest disctcp code To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQno0a1y7PCrIiP2hE26PhQEcd2sq12DU8KD6gPKKD180lFhVpv2sp0snYf98vg9tZ/RAl9o X-Virus-Checked: Checked by ClamAV on apache.org The trunk's distcp is by default distcp2. The branch-1 received a backport of distcp2 recently, so is named differently. In general we try not to have a new feature introduced in branch-1. All new features must go to the trunk first, before being back-ported into maintained release branches. On Tue, Jul 2, 2013 at 3:19 PM, Jagat Singh wrote: > Hi, > > Which branch of Hadoop has latest Disctp code. > > The branch-1 mentions something like distcp2 > > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1/src/tools/org/apache/hadoop/tools/distcp2/util/DistCpUtils.java > > The trunk has no mention of distcp2 > > http://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/ > > Same is the case of 2.1 branch > > http://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.1.0-beta/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/ > > Can we say that branch 1 has latest code and that has not been back ported > to branch 2? > > What would be best place to look into , can you please point > > Thanks > -- Harsh J