hadoop fsck -<options> should not work when path is not specified by user
---------------------------------------------------------------------------
Key: HADOOP-6046
URL: https://issues.apache.org/jira/browse/HADOOP-6046
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Reporter: Ravi Phulari
HDFS fsck utility works even if path parameter is not specified ( except for
-files option ).
Other options -blocks,-locations,-racks etc works when path is not specified
by user . When path is not specified fsck is performed by default on root ( / )
which could be very long operation .
fsck should not perform operation on root when path is not specified in command.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.