[
https://issues.apache.org/jira/browse/HADOOP-10253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879141#comment-13879141
]
Andrew Purtell commented on HADOOP-10253:
-----------------------------------------
bq. This is exactly the situation that we want to avoid – HttpServer is a
private API and it should not support any downstream uses.
I went and reviewed the code in question, and I don't understand this
statement. This is the interface annotation for HttpServer on HEAD of Hadoop
common branch-2:
{noformat}
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce", "HBase"})
@InterfaceStability.Evolving
public class HttpServer implements FilterContainer {
{noformat}
> 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)