[
https://issues.apache.org/jira/browse/HDFS-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043136#comment-13043136
]
Hudson commented on HDFS-1986:
------------------------------
Integrated in Hadoop-Hdfs-trunk-Commit #709 (See
[https://builds.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/709/])
HDFS-1986. Add option to get http/https address from
DFSUtil#getInfoServer(). Contributed by Tanping Wang.
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1130870
Files :
* /hadoop/hdfs/trunk/src/java/org/apache/hadoop/hdfs/tools/DFSck.java
* /hadoop/hdfs/trunk/src/java/org/apache/hadoop/hdfs/DFSUtil.java
* /hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/hdfs/TestDFSUtil.java
*
/hadoop/hdfs/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/ClusterJspHelper.java
*
/hadoop/hdfs/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/SecondaryNameNode.java
* /hadoop/hdfs/trunk/CHANGES.txt
> Add an option for user to return http or https ports regardless of security
> is on/off in DFSUtil.getInfoServer()
> ----------------------------------------------------------------------------------------------------------------
>
> Key: HDFS-1986
> URL: https://issues.apache.org/jira/browse/HDFS-1986
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: tools
> Affects Versions: 0.23.0
> Reporter: Tanping Wang
> Assignee: Tanping Wang
> Priority: Minor
> Fix For: 0.23.0
>
> Attachments: HDFS-1986.2.patch, HDFS-1986.patch
>
>
> Currently DFSUtil.getInfoServer gets http port with security off and httpS
> port with security on. However, we want to return http port regardless of
> security on/off for Cluster UI to use. Add in a third Boolean parameter for
> user to decide whether to check security or not.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira