Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76E7B7267 for ; Tue, 11 Oct 2011 00:54:51 +0000 (UTC) Received: (qmail 81432 invoked by uid 500); 11 Oct 2011 00:54:51 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 81348 invoked by uid 500); 11 Oct 2011 00:54:51 -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 81339 invoked by uid 99); 11 Oct 2011 00:54:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2011 00:54:51 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2011 00:54:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D8B593014CD for ; Tue, 11 Oct 2011 00:54:29 +0000 (UTC) Date: Tue, 11 Oct 2011 00:54:29 +0000 (UTC) From: "Arun C Murthy (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <110164510.17268.1318294469888.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <431118604.21296.1312919067315.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2789) [MR:279] Update the scheduling info on CLI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124622#comment-13124622 ] Arun C Murthy commented on MAPREDUCE-2789: ------------------------------------------ Thanks Eric. Some minor nits: # Need a null check for 'currentAttempt' in RMAppImpl. # In RMAppAttemptImpl.getApplicationResourceUsageReport: ## You need to acquire the readLock. ## Reserved containers loop needs a +=, not = # In ApplicationResourceUsageReport, please use Resource rather than int for all parameters/return-values. We don't want to tie it to just memory. # JobStatus ## Minor nit - please use 'Reserved' rather than 'Rsvd' for apis, we try to avoid these in api names (maybe use expansion for variable names too?) ## I don't get why we need (get,set)ApplicationMasterInfo - we already have (get,set)TrackingUrl? > [MR:279] Update the scheduling info on CLI > ------------------------------------------ > > Key: MAPREDUCE-2789 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2789 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Ramya Sunil > Assignee: Eric Payne > Fix For: 0.23.0, 0.24.0 > > Attachments: MAPREDUCE-2789.v1.txt, MAPREDUCE-2789.v2.txt > > > The scheduling information such as number of containers running, memory usage and reservations per job is not available on bin/mapred job -list CLI. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira