Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 78393 invoked from network); 13 Nov 2009 00:45:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 00:45:04 -0000 Received: (qmail 64187 invoked by uid 500); 13 Nov 2009 00:45:03 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 64133 invoked by uid 500); 13 Nov 2009 00:45:03 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 64064 invoked by uid 99); 13 Nov 2009 00:45:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 00:45:03 +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, 13 Nov 2009 00:45:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93F3F234C1EF for ; Thu, 12 Nov 2009 16:44:39 -0800 (PST) Message-ID: <1689601416.1258073079591.JavaMail.jira@brutus> Date: Fri, 13 Nov 2009 00:44:39 +0000 (UTC) From: "Ravi Phulari (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6314) "bin/hadoop fs -help count" fails to show help about only "count" command. In-Reply-To: <1454870916.1255592911368.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/HADOOP-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777303#action_12777303 ] Ravi Phulari commented on HADOOP-6314: -------------------------------------- Test patch result against trunk. {noformat} [exec] [exec] [exec] [exec] [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] -1 tests included. The patch doesn't appear to include any new or modified tests. [exec] Please justify why no new tests are needed for this patch. [exec] Also please list what manual steps were performed to verify this patch. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. [exec] [exec] [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Finished build. [exec] ====================================================================== [exec] ====================================================================== [exec] {noformat} > "bin/hadoop fs -help count" fails to show help about only "count" command. > ---------------------------------------------------------------------------- > > Key: HADOOP-6314 > URL: https://issues.apache.org/jira/browse/HADOOP-6314 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Reporter: Ravi Phulari > Assignee: Ravi Phulari > Attachments: CountHelp.patch, CountHelp.patch > > > Currently "hadoop fs -help count" fails to show help about only count command. > Instead it displays following output > {noformat} > [rphulari@statepick-lm]> bin/hadoop fs -help count > hadoop fs is the command to execute fs commands. The full syntax is: > hadoop fs [-fs ] [-conf ] > [-D ] [-ls ] [-lsr ] [-df []] [-du ] > [-dus ] [-mv ] [-cp ] [-rm [-skipTrash] ] > [-rmr [-skipTrash] ] [-put ... ] [-copyFromLocal ... ] > [-moveFromLocal ... ] [-get [-ignoreCrc] [-crc] > [-getmerge [addnl]] [-cat ] > [-copyToLocal [-ignoreCrc] [-crc] ] [-moveToLocal ] > [-mkdir ] [-report] [-setrep [-R] [-w] ] > [-touchz ] [-test -[ezd] ] [-stat [format] ] > [-tail [-f] ] [-text ] > .. > .. > .. > {noformat} > Expected output of "bin/hadoop fs -help count " should be > {noformat} > [rphulari@statepick-lm]> bin/hadoop fs -help count > -count[-q] : Count the number of directories, files and bytes under the paths > that match the specified file pattern. The output columns are: > DIR_COUNT FILE_COUNT CONTENT_SIZE FILE_NAME or > QUOTA REMAINING_QUATA SPACE_QUOTA REMAINING_SPACE_QUOTA > DIR_COUNT FILE_COUNT CONTENT_SIZE FILE_NAME > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.