Description
If there are two different file systems in the path list, "fs -count" does not work. For example,
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>]