You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Haohui Mai (JIRA)" <ji...@apache.org> on 2013/11/21 20:02:35 UTC

[jira] [Created] (HDFS-5545) Allow specifying endpoints for listeners in HttpServer

Haohui Mai created HDFS-5545:
--------------------------------

             Summary: Allow specifying endpoints for listeners in HttpServer
                 Key: HDFS-5545
                 URL: https://issues.apache.org/jira/browse/HDFS-5545
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Haohui Mai
            Assignee: Haohui Mai


Currently HttpServer listens to HTTP port and provides a method to allow the users to add an SSL listeners after the server starts. This complicates the logic if the client needs to set up HTTP / HTTPS serverfs.

This jira proposes to replace these two methods with the concepts of listener endpoints. A listener endpoints is a URI (i.e., scheme + host + port) that the HttpServer should listen to.



--
This message was sent by Atlassian JIRA
(v6.1#6144)