Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 85838 invoked from network); 11 May 2010 17:32:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 17:32:10 -0000 Received: (qmail 95265 invoked by uid 500); 11 May 2010 17:32:10 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 95227 invoked by uid 500); 11 May 2010 17:32:10 -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 95219 invoked by uid 99); 11 May 2010 17:32:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 17:32:10 +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; Tue, 11 May 2010 17:32:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4BHVkin009148 for ; Tue, 11 May 2010 17:31:47 GMT Message-ID: <2863992.7001273599106776.JavaMail.jira@thor> Date: Tue, 11 May 2010 13:31:46 -0400 (EDT) From: "Andrew Ryan (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-556) Provide info on failed volumes in the web ui In-Reply-To: <1117774212.1250792355153.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-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866222#action_12866222 ] Andrew Ryan commented on HDFS-556: ---------------------------------- For sysadmins of clusters of any size, providing this in a web page is interesting but not useful for other scripts to consume. I've already had to write BeautifulSoup parsers to grab other data of interest and it's suboptimal. So I would really like to see a way to get this data as some sort of structured text. Perhaps if there was a command to fetch the names of the nodes with failed drives or something. Also, does this data appear in dfsadmin -report? That's pretty unstructured, but if it shows up on the UI, it should be there too. > Provide info on failed volumes in the web ui > -------------------------------------------- > > Key: HDFS-556 > URL: https://issues.apache.org/jira/browse/HDFS-556 > Project: Hadoop HDFS > Issue Type: Improvement > Components: name-node > Reporter: Jakob Homan > Assignee: Eli Collins > Attachments: hdfs-556-1.patch > > > HDFS-457 provided better handling of failed volumes but did not provide a corresponding view of this functionality on the web ui, such as a view of which datanodes have failed volumes. This would be a good feature to have. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.