Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 55654 invoked from network); 10 Aug 2007 19:02:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 19:02:14 -0000 Received: (qmail 34192 invoked by uid 500); 10 Aug 2007 19:02:06 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 33963 invoked by uid 500); 10 Aug 2007 19:02:06 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 33603 invoked by uid 99); 10 Aug 2007 19:02:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 12:02:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 19:02:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B687471403F for ; Fri, 10 Aug 2007 12:01:42 -0700 (PDT) Message-ID: <2697983.1186772502737.JavaMail.jira@brutus> Date: Fri, 10 Aug 2007 12:01:42 -0700 (PDT) From: "Christophe Taton (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1703) Small cleanup of DistributedFileSystem and DFSClient In-Reply-To: <30951916.1186718742737.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Taton updated HADOOP-1703: ------------------------------------- Attachment: (was: dfs-cleanup-20070809b.patch) > Small cleanup of DistributedFileSystem and DFSClient > ---------------------------------------------------- > > Key: HADOOP-1703 > URL: https://issues.apache.org/jira/browse/HADOOP-1703 > Project: Hadoop > Issue Type: Improvement > Components: dfs > Reporter: Christophe Taton > Priority: Trivial > Fix For: 0.15.0 > > Attachments: dfs-cleanup-20070810a.patch > > > Here is a small code cleanup (276 lines), mainly removing some uses of the deprecated UTF8 class. > * dfs.DistributedFileSystem: > -- removed unused private field: localFs > -- corrected some >80 columns lines > -- replaced some use of {{UTF8 getPath() { return new UTF8(getPathName()); }}} > with {{String getPathName()}} > * dfs.DFSClient: > -- removed some UTF8 in favor of String > -- DFSOutputStream: replaced UTF8 with String > * a few other minor updates reflecting the changes from UTF8 to Strings. > All JUnit tests pass successfully. > Thanks, > Christophe T. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.