[
https://issues.apache.org/jira/browse/HADOOP-11491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14525213#comment-14525213
]
Hudson commented on HADOOP-11491:
---------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk #915 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/915/])
HADOOP-11491. HarFs incorrectly declared as requiring an authority. (Brahma
Reddy Battula via gera) (gera: rev f343f8657e2b01773a32c2c7d960dc368954b42e)
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFs.java
* hadoop-common-project/hadoop-common/CHANGES.txt
*
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestHarFileSystemBasics.java
> 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
> Fix For: 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)