Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 63385 invoked from network); 18 Dec 2010 01:32:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Dec 2010 01:32:22 -0000 Received: (qmail 51161 invoked by uid 500); 18 Dec 2010 01:32:22 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 51097 invoked by uid 500); 18 Dec 2010 01:32:22 -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 51089 invoked by uid 99); 18 Dec 2010 01:32:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 01:32:22 +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; Sat, 18 Dec 2010 01:32:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBI1W1TH007706 for ; Sat, 18 Dec 2010 01:32:01 GMT Message-ID: <33370892.190351292635921674.JavaMail.jira@thor> Date: Fri, 17 Dec 2010 20:32:01 -0500 (EST) From: "Yipeng Huang (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Created: (HDFS-1545) Repeat commonly viewed statistics at the end of dfsadmin -report MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Repeat commonly viewed statistics at the end of dfsadmin -report ---------------------------------------------------------------- Key: HDFS-1545 URL: https://issues.apache.org/jira/browse/HDFS-1545 Project: Hadoop HDFS Issue Type: Improvement Components: tools Affects Versions: 0.20.2 Reporter: Yipeng Huang Priority: Trivial Safemode status, datanode's available, and capacity are the most commonly viewed statistics when running dfsadmin -report. They rightly appear first, followed by the statistics of individual datanodes. However with a large cluster, these commonly viewed statistics become obscured by the length of the individual datanode statistics. It is a tad ridiculous to have to have to grep or scroll to the top after a long list of nodes. For convenience, these commonly viewed statistics should be repeated at the end of the list. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.