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 "Gera Shegalov (JIRA)" <ji...@apache.org> on 2015/01/20 08:03:34 UTC

[jira] [Created] (HADOOP-11491) HarFs incorrectly declared as requiring an authority

Gera Shegalov created HADOOP-11491:
--------------------------------------

             Summary: HarFs incorrectly declared as requiring an authority
                 Key: HADOOP-11491
                 URL: https://issues.apache.org/jira/browse/HADOOP-11491
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 2.6.0
            Reporter: Gera Shegalov


HarFs is inited with {{authorityRequired=true}}. However, obviously har uri may contain no authority (for the underlying default file system).

{code}
Caused by: org.apache.hadoop.HadoopIllegalArgumentException: FileSystem implementation error -  default port -1 is not valid
	at org.apache.hadoop.fs.AbstractFileSystem.getUri(AbstractFileSystem.java:301)
	at org.apache.hadoop.fs.AbstractFileSystem.<init>(AbstractFileSystem.java:261)
	at org.apache.hadoop.fs.DelegateToFileSystem.<init>(DelegateToFileSystem.java:49)
	at org.apache.hadoop.fs.HarFs.<init>(HarFs.java:30)
	... 17 more
{code}

and the HDFS HA URI's must not have ports either.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)