[ 
https://issues.apache.org/jira/browse/HADOOP-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872428#comment-13872428
 ] 

Haohui Mai commented on HADOOP-10232:
-------------------------------------

bq. Would your life be easier Mr Eric Charles if we just let go of our use of 
hadoop's jetty and servlets (we could copy the few we need local). Loser 
coupling, etc.

+1 for the decoupling. The class is an internal class, it is never intended to 
be used outside of HDFS and YARN. You can copy the class to the hbase 
repository and be done with it.

In the near term it looks like that we might revisit the implementation of this 
class and change the API again, so this type of jira might happen over and over 
again.

> More options to HttpServer Builder
> ----------------------------------
>
>                 Key: HADOOP-10232
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10232
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Eric Charles
>         Attachments: HADOOP-10232-3.patch, HDFS-5760-1.patch, 
> HDFS-5760-2.patch
>
>
> o.a.h.h.HttpServer can can be instanciated and configured:
> 1. Via classical constructor
> 2. Via static build method
> Those 2 methods don't populate the same way the (deprecated) hostname and 
> port, nor the jetty Connector.
> This gives issue when using hbase on hadoop3 (HBASE-6581)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to