Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 29009 invoked from network); 24 Oct 2010 06:35:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Oct 2010 06:35:49 -0000 Received: (qmail 30307 invoked by uid 500); 24 Oct 2010 06:35:49 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 30203 invoked by uid 500); 24 Oct 2010 06:35:47 -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 30195 invoked by uid 99); 24 Oct 2010 06:35:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Oct 2010 06:35:46 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Oct 2010 06:35:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9O6ZMY5012160 for ; Sun, 24 Oct 2010 06:35:23 GMT Message-ID: <15668918.46251287902122877.JavaMail.jira@thor> Date: Sun, 24 Oct 2010 02:35:22 -0400 (EDT) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1472) Refactor DFSck to allow programmatic access to output In-Reply-To: <5555017.20741287613104682.JavaMail.jira@thor> 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-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924289#action_12924289 ] Hudson commented on HDFS-1472: ------------------------------ Integrated in Hadoop-Hdfs-trunk-Commit #416 (See [https://hudson.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/416/]) HDFS-1472. Allow programmatic access to fsck output. (Ramkumar Vadali via dhruba) > Refactor DFSck to allow programmatic access to output > ----------------------------------------------------- > > Key: HDFS-1472 > URL: https://issues.apache.org/jira/browse/HDFS-1472 > Project: Hadoop HDFS > Issue Type: Improvement > Components: tools > Reporter: Ramkumar Vadali > Assignee: Ramkumar Vadali > Fix For: 0.22.0 > > Attachments: HDFS-1472.patch > > > DFSck prints the list of corrupt files to stdout. This jira proposes that it write to a PrintStream object that is passed to the constructor. This will allow components like RAID to programmatically get a list of corrupt files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.