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

Sanjay M Pujare commented on YARN-4562:
---------------------------------------

[~vvasudev]  That's will be great. Even if there is no release planned for 2.6, 
a patch from the current branch is possible and somebody could make one, I 
suppose. Although I prefer 2.6 also to be included, if you can backport to 2.7 
and 2.8 that will be good.

> YARN WebApp ignores the configuration passed to it for keystore settings
> ------------------------------------------------------------------------
>
>                 Key: YARN-4562
>                 URL: https://issues.apache.org/jira/browse/YARN-4562
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>             Fix For: 2.9.0, 3.0.0-alpha1
>
>         Attachments: YARN-4562.patch
>
>
> The conf can be passed to WebApps builder, however the following code in 
> WebApps.java that builds the HttpServer2 object:
> {noformat}
>         if (httpScheme.equals(WebAppUtils.HTTPS_PREFIX)) {
>           WebAppUtils.loadSslConfiguration(builder);
>         }
> {noformat}
> ...results in loadSslConfiguration creating a new Configuration object; the 
> one that is passed in is ignored, as far as the keystore/etc. settings are 
> concerned.  loadSslConfiguration has another overload with Configuration 
> parameter that should be used instead.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to