You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "jay vyas (JIRA)" <ji...@apache.org> on 2014/06/19 15:14:26 UTC

[jira] [Created] (HADOOP-10723) FileSystem deprecated filesystem name warning : Make error message HCFS compliant

jay vyas created HADOOP-10723:
---------------------------------

             Summary: FileSystem deprecated filesystem name warning : Make error message HCFS compliant
                 Key: HADOOP-10723
                 URL: https://issues.apache.org/jira/browse/HADOOP-10723
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
            Reporter: jay vyas


We've found that if we have an alternative filesystem (i.e. xyz://) and we enter it without slashes, we get an hdfs specific error message: 

{{hadoop fs -fs xyz: -mkdir -p /foo/bar}} 

Yields an error message which suggests an hdfs URI.  

{noformat}
# hadoop fs -fs xyzfs: -mkdir -p /foo/bar
14/06/12 17:57:24 WARN fs.FileSystem: "xyz:" is a deprecated filesystem name. Use "hdfs://xyz:/" instead.
{noformat}

Would be better if the error message threw an Exception (as suggested in the comments) and was something that didnt hardcode the hdfs uri to the beggining, as its very confusing when running on any alternative filesystem.



--
This message was sent by Atlassian JIRA
(v6.2#6252)