Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 44603 invoked from network); 13 Dec 2008 00:09:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2008 00:09:08 -0000 Received: (qmail 60210 invoked by uid 500); 13 Dec 2008 00:09:20 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 60176 invoked by uid 500); 13 Dec 2008 00:09:20 -0000 Mailing-List: contact core-commits-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-commits@hadoop.apache.org Received: (qmail 60167 invoked by uid 99); 13 Dec 2008 00:09:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 16:09:20 -0800 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2008 00:09:01 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9C0C8118DB for ; Sat, 13 Dec 2008 00:08:41 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: core-commits@hadoop.apache.org Date: Sat, 13 Dec 2008 00:08:41 -0000 Message-ID: <20081213000841.1841.88226@eos.apache.org> Subject: [Hadoop Wiki] Update of "FAQ" by AaronKimball X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The following page has been changed by AaronKimball: http://wiki.apache.org/hadoop/FAQ ------------------------------------------------------------------------------ $ bin/hadoop-daemon.sh start tasktracker }}} + [[BR]] + [[Anchor(26)]] + '''26. [#26 Is there an easy way to see the status and health of my cluster?]''' + + There are web-based interfaces to both the JobTracker (MapReduce master) and NameNode (HDFS master) which display status pages about the state of the entire system. By default, these are located at http://job.tracker.addr:50030/ and http://name.node.addr:50070/. + + The JobTracker status page will display the state of all nodes, as well as the job queue and status about all currently running jobs and tasks. The NameNode status page will display the state of all nodes and the amount of free space, and provides the ability to browse the DFS via the web. + + You can also see some basic HDFS cluster health data by running: + {{{ + $ bin/hadoop dfsadmin -report + }}} +