[
https://issues.apache.org/jira/browse/HADOOP-10253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879248#comment-13879248
]
Suresh Srinivas commented on HADOOP-10253:
------------------------------------------
bq. HttpServer is a private API and it should not support any downstream uses.
[~wheat9], given that this class is marked as LimitedPrivate this class cannot
be removed or made private. ,The interface is marked as evolving, so
incompatible changes should be allowed. However, I suggest just making a copy
of this HttpServer (HttpServer2?) for internal use in HDFS and MapReduce, with
cleaner code and leave HttpServer class alone. At some point in time when HBase
folks are ready, they can copy this to their project and we can delete this
from Hadoop, possibly in 3.0.
> Remove deprecated methods in HttpServer
> ---------------------------------------
>
> Key: HADOOP-10253
> URL: https://issues.apache.org/jira/browse/HADOOP-10253
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Haohui Mai
>
> There are a lot of deprecated methods in {{HttpServer}}. They are not used
> anymore. They should be removed.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)