You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/08/16 00:39:44 UTC

[jira] Updated: (HADOOP-3962) Shell command "fs -count" should support paths with different file systsms

     [ https://issues.apache.org/jira/browse/HADOOP-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-3962:
-------------------------------------------

    Attachment: 3957_20080814.patch

3957_20080814.patch: change "fs -count" to support multiple file systems.

> Shell command "fs -count" should support paths with different file systsms
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-3962
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3962
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: 3957_20080814.patch
>
>
> If there are two different file systems in the path list, "fs -count" does not work.  For example,
> {noformat}
> bash-3.2$ ./bin/hadoop fs -count / file:///    
>           13            4              27369 hdfs://nnn:9000/
> count: Wrong FS: file:/, expected: hdfs://nnn:9000
> Usage: java FsShell [-count[-q] <path>]
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.