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 "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2015/03/08 01:21:38 UTC

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

     [ https://issues.apache.org/jira/browse/HADOOP-11491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brahma Reddy Battula reassigned HADOOP-11491:
---------------------------------------------

    Assignee: Brahma Reddy Battula

> 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
>            Assignee: Brahma Reddy Battula
>
> 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)