[
https://issues.apache.org/jira/browse/HDFS-5312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13787731#comment-13787731
]
Hadoop QA commented on HDFS-5312:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12607095/HDFS-5312.000.patch
against trunk revision .
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/5114//console
This message is automatically generated.
> Refactor DFSUtil#getInfoServer to return an URI
> -----------------------------------------------
>
> Key: HDFS-5312
> URL: https://issues.apache.org/jira/browse/HDFS-5312
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Haohui Mai
> Assignee: Haohui Mai
> Attachments: HDFS-5312.000.patch
>
>
> DFSUtil#getInfoServer() returns only the authority (i.e., host+port) when
> searching for the http / https server. The task of figuring out which scheme
> that the authority supposes to use. Unsurprisingly, the task is cumbersome,
> and the code performs the task in an inconsistent way.
> This JIRA proposes to return an URI object instead of a string, so that the
> scheme is an inherent parts of the return value, which eliminates the task of
> figuring out the scheme by design.
--
This message was sent by Atlassian JIRA
(v6.1#6144)