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 6C4A06CDB for ; Wed, 22 Jun 2011 05:06:26 +0000 (UTC) Received: (qmail 60452 invoked by uid 500); 22 Jun 2011 05:06:26 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 60155 invoked by uid 500); 22 Jun 2011 05:06:15 -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 60146 invoked by uid 99); 22 Jun 2011 05:06:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 05:06:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 22 Jun 2011 05:06:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 69778427FAA for ; Wed, 22 Jun 2011 05:05:47 +0000 (UTC) Date: Wed, 22 Jun 2011 05:05:47 +0000 (UTC) From: "Hadoop QA (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1668579838.27363.1308719147428.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1022124624.27110.1308709127391.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2612) The result returned by the wrong usage of the command "job -counter "is not appropriate 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-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053043#comment-13053043 ] Hadoop QA commented on MAPREDUCE-2612: -------------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12483397/Mapreduce_2612 against trunk revision 1137017. +1 @author. The patch does not contain any @author tags. -1 tests included. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9) warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. -1 core tests. The patch failed these core unit tests: org.apache.hadoop.cli.TestMRCLI org.apache.hadoop.fs.TestFileSystem org.apache.hadoop.mapred.TestJobClient org.apache.hadoop.mapred.TestSeveral org.apache.hadoop.mapreduce.TestMRJobClient -1 contrib tests. The patch failed contrib unit tests. +1 system test framework. The patch passed system test framework compile. Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/410//testReport/ Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/410//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/410//console This message is automatically generated. > The result returned by the wrong usage of the command "job -counter "is not appropriate > --------------------------------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-2612 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2612 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Affects Versions: 0.23.0 > Reporter: XieXianshan > Priority: Minor > Fix For: 0.23.0 > > Attachments: Mapreduce_2612 > > > The result returned by Map/Reduce command "job -counter " is always zero ,when use this command with incorrect group name or counter name. > It is very easy to be misunderstood if users just make a spelling mistake. > So,for more comprehensible information, more detailed results should be displayed as the following: > [Could not find group FileSystemCounters_err] <--incorrect group name > or > [Could not find counter FILE_BYTES_READ_err in the group FileSystemCounters] <--incorrect counter name -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira