Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 5112478EF for ; Fri, 22 Jul 2011 21:22:06 +0000 (UTC) Received: (qmail 4987 invoked by uid 500); 22 Jul 2011 21:22:05 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 4452 invoked by uid 500); 22 Jul 2011 21:22:04 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 4002 invoked by uid 99); 22 Jul 2011 21:22:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2011 21:22:04 +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 (nike.apache.org: domain of eli@cloudera.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2011 21:21:57 +0000 Received: by iyi20 with SMTP id 20so3281329iyi.35 for ; Fri, 22 Jul 2011 14:21:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.83.67 with SMTP id e3mr1718018ibl.78.1311369696463; Fri, 22 Jul 2011 14:21:36 -0700 (PDT) Received: by 10.231.35.199 with HTTP; Fri, 22 Jul 2011 14:21:36 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Jul 2011 14:21:36 -0700 Message-ID: Subject: Re: what is the use of the Ant's task DfsTask.java in HDFS? From: Eli Collins To: hdfs-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org +hdfs-dev -general (bcc) None of src/ant actually looks hdfs specific (part of FsShell), should we move it to common? On Fri, Jul 22, 2011 at 1:54 PM, Alejandro Abdelnur wrote: > It is dangling in its own src directory hdfs/src/ant/ > > As I'm starting to work on the Mavenization of HDFS I'm moving files to > their 'expected' Maven directories and I don't know if this class should be > folded into src/main/java/ or else? > > Thxs. > > Alejandro. >