You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Kartik Bhatia (Jira)" <ji...@apache.org> on 2019/08/29 07:24:00 UTC

[jira] [Commented] (YARN-5518) add HTTP_AND_HTTPS policy support in WebApps

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

Kartik Bhatia commented on YARN-5518:
-------------------------------------

Is there any progress on this issue. If not, I can work on this.

> add HTTP_AND_HTTPS policy support in WebApps
> --------------------------------------------
>
>                 Key: YARN-5518
>                 URL: https://issues.apache.org/jira/browse/YARN-5518
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: api, resourcemanager, webapp
>            Reporter: Eric Feng
>            Priority: Major
>
> This JIRA tracks changes to WebApps and web services/clients to support HTTP_AND_HTTPS policy.
> Currently WebApps/WebServers in Hadoop only supports HTTP_ONLY and HTTPS_ONLY policies. This means that there will be a service interruption when the policy is changed from HTTP_ONLY to HTTPS_ONLY.
> The reason for this limitation is that org.apache.hadoop.yarn.webapp.WebApps only supports one endpoint. However, the http server behind it does support multiple endpoints. If support for multiple endpoints are added in WebApps, we can add both HTTP and HTTPS endpoints to support HTTP_AND_HTTPS policy. 
> With this feature, switching from HTTP to HTTPS without service interruption will be possible with the following two configuration changes:
> 1a. Changing policy from HTTP_ONLY to HTTP_AND_HTTPS;
> (1b. Update client code to use HTTPS)
> 2. Changing policy form HTTP_AND_HTTPS to HTTPS_ONLY;



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org