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

Vinod Kumar Vavilapalli updated HADOOP-11491:
---------------------------------------------
    Fix Version/s: 2.6.1

Pulled this into 2.6.1 after [~ajisakaa] verified that the patch applies 
cleanly. Ran compilation and TestHarFileSystemBasics before the push.



> 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
>            Priority: Critical
>              Labels: 2.6.1-candidate, 2.7.2-candidate
>             Fix For: 2.6.1, 2.8.0
>
>         Attachments: HADOOP-11491-002.patch, HADOOP-11491.patch
>
>
> 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)

Reply via email to