Stephen Chu created HDFS-3818:
---------------------------------

             Summary: Allow fsck to accept URIs as paths
                 Key: HDFS-3818
                 URL: https://issues.apache.org/jira/browse/HDFS-3818
             Project: Hadoop HDFS
          Issue Type: Improvement
    Affects Versions: 2.0.0-alpha
            Reporter: Stephen Chu


Currently, fsck does not accept URIs as paths. 

{noformat}
[hdfs@cs-10-20-192-187 ~]# hdfs fsck 
hdfs://cs-10-20-192-187.cloud.cloudera.com:8020/user/
Connecting to namenode via http://cs-10-20-192-187.cloud.cloudera.com:50070
FSCK started by hdfs (auth:KERBEROS_SSL) from /10.20.192.187 for path 
hdfs://cs-10-20-192-187.cloud.cloudera.com:8020/user/ at Thu Aug 16 15:48:42 
PDT 2012
FSCK ended at Thu Aug 16 15:48:42 PDT 2012 in 1 milliseconds
Invalid path name Invalid file name: 
hdfs://cs-10-20-192-187.cloud.cloudera.com:8020/user/


Fsck on path 'hdfs://cs-10-20-192-187.cloud.cloudera.com:8020/user/' FAILED
{noformat}


It'd be useful for fsck to accept URIs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to