Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 63461 invoked from network); 18 Sep 2009 23:48:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 23:48:40 -0000 Received: (qmail 20318 invoked by uid 500); 18 Sep 2009 23:48:40 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 20255 invoked by uid 500); 18 Sep 2009 23:48:40 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 20245 invoked by uid 99); 18 Sep 2009 23:48:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 23:48:40 +0000 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; Fri, 18 Sep 2009 23:48:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 39B7D234C4A7 for ; Fri, 18 Sep 2009 16:48:16 -0700 (PDT) Message-ID: <1068068998.1253317696235.JavaMail.jira@brutus> Date: Fri, 18 Sep 2009 16:48:16 -0700 (PDT) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-567) Two contrib tools to facilitate searching for block history information In-Reply-To: <873235684.1251226319862.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757531#action_12757531 ] Hudson commented on HDFS-567: ----------------------------- Integrated in Hadoop-Hdfs-trunk-Commit #44 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/44/]) > Two contrib tools to facilitate searching for block history information > ------------------------------------------------------------------------ > > Key: HDFS-567 > URL: https://issues.apache.org/jira/browse/HDFS-567 > Project: Hadoop HDFS > Issue Type: New Feature > Components: tools > Affects Versions: 0.21.0 > Reporter: Bill Zeller > Assignee: Jitendra Nath Pandey > Fix For: 0.21.0 > > Attachments: hdfs-567-1.patch, hdfs-567-2.patch, hdfs-567-3.patch, hdfs-567-4.patch, hdfs-567-5.patch, hdfs-567-6.patch > > Original Estimate: 5h > Remaining Estimate: 5h > > Includes a java program to query the namenode for corrupt replica information at some interval. If a corrupt replica is found, a map reduce job is launched that will search (supplied) log files for one or more block ids. The mapred job can be used independently of the java client program and can also be used for arbitrary text searches. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.