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

Hudson commented on YARN-4562:
------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #9589 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/9589/])
YARN-4562. YARN WebApp ignores the configuration passed to it for (vvasudev: 
rev 07920acc165f17e8fe3ca9d21283a2123223f438)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/WebApps.java


> 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
>
>         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.4#6332)

Reply via email to