Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 83002 invoked from network); 18 Aug 2009 04:37:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Aug 2009 04:37:20 -0000 Received: (qmail 64136 invoked by uid 500); 18 Aug 2009 04:37:39 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 64049 invoked by uid 500); 18 Aug 2009 04:37:39 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 64039 invoked by uid 99); 18 Aug 2009 04:37:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 04:37:39 +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; Tue, 18 Aug 2009 04:37:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA0A329A0011 for ; Mon, 17 Aug 2009 21:37:14 -0700 (PDT) Message-ID: <984941043.1250570234957.JavaMail.jira@brutus> Date: Mon, 17 Aug 2009 21:37:14 -0700 (PDT) From: "Amareshwari Sriramadasu (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-827) "hadoop job -status " command should display job's completion status also. In-Reply-To: <79614580.1249457894890.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/MAPREDUCE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu resolved MAPREDUCE-827. ----------------------------------------------- Resolution: Duplicate Fixed by MAPREDUCE-817 > "hadoop job -status " command should display job's completion status also. > --------------------------------------------------------------------------------- > > Key: MAPREDUCE-827 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-827 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Reporter: Suman Sehgal > Priority: Minor > Fix For: 0.20.1 > > > "hadoop job -status " command doesn't display job status whether it is SUCCEEDED or KILLED. > command "hadoop job -status " displays following info: > file: hdfs://///job.xml > tracking URL: http://:/jobdetails.jsp?jobid= > map() completion: 1.0 > reduce() completion: 1.0 > Counters: 5 > Job Counters > SLOTS_MILLIS_MAPS=321309 > Total time spent by all reduces waiting after reserving slots (ms)=0 > Total time spent by all maps waiting after reserving slots (ms)=0 > Launched map tasks=10 > SLOTS_MILLIS_REDUCES=0 > This command should display the job's completion status also. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.