Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 23401 invoked from network); 11 Feb 2009 20:07:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 20:07:23 -0000 Received: (qmail 18413 invoked by uid 500); 11 Feb 2009 20:07:21 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 18402 invoked by uid 500); 11 Feb 2009 20:07:21 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 18391 invoked by uid 99); 11 Feb 2009 20:07:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 12:07:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 20:07:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADA11234C48D for ; Wed, 11 Feb 2009 12:06:59 -0800 (PST) Message-ID: <1996125285.1234382819710.JavaMail.jira@brutus> Date: Wed, 11 Feb 2009 12:06:59 -0800 (PST) From: "Jakob Homan (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4942) Remove getName() and getNamed(String name, Configuration conf) In-Reply-To: <1816674726.1230146804275.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-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672750#action_12672750 ] Jakob Homan commented on HADOOP-4942: ------------------------------------- One of the failing tests is the very-known-bad Chukwa test. The other passes just fine on my machine: {noformat} [junit] Running org.apache.hadoop.hdfs.TestFileCreationClient [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 21.121 sec {noformat} > Remove getName() and getNamed(String name, Configuration conf) > -------------------------------------------------------------- > > Key: HADOOP-4942 > URL: https://issues.apache.org/jira/browse/HADOOP-4942 > Project: Hadoop Core > Issue Type: Sub-task > Components: fs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Jakob Homan > Attachments: HADOOP-4942.patch, HADOOP-4942.patch, HADOOP-4942.patch > > > Remove these two methods: > - public String getName() > - public static FileSystem getNamed(String name, Configuration conf) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.