Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 14750 invoked from network); 11 Sep 2009 05:57:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Sep 2009 05:57:22 -0000 Received: (qmail 82577 invoked by uid 500); 11 Sep 2009 05:57:22 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 82511 invoked by uid 500); 11 Sep 2009 05:57:22 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 82227 invoked by uid 99); 11 Sep 2009 05:57:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 05:57:21 +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, 11 Sep 2009 05:57:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2785C234C4C6 for ; Thu, 10 Sep 2009 22:56:59 -0700 (PDT) Message-ID: <1030460960.1252648619160.JavaMail.jira@brutus> Date: Thu, 10 Sep 2009 22:56:59 -0700 (PDT) From: "Amar Kamat (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-974) CLI command for viewing tasktrackers should not be under "job" 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 CLI command for viewing tasktrackers should not be under "job" -------------------------------------------------------------- Key: MAPREDUCE-974 URL: https://issues.apache.org/jira/browse/MAPREDUCE-974 Project: Hadoop Map/Reduce Issue Type: Bug Components: client Reporter: Amar Kamat For viewing the tasktrackers in a mr cluster the command available is "./bin/hadoop job -list-tracker". But the tracker info is cluster level info and not job level. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.