You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sandor Magyari (JIRA)" <ji...@apache.org> on 2016/09/26 12:12:20 UTC

[jira] [Commented] (AMBARI-18434) Fix upgrade configs for storm-site

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

Sandor Magyari commented on AMBARI-18434:
-----------------------------------------

Committed to trunk & branch-2.5.

> Fix upgrade configs for storm-site
> ----------------------------------
>
>                 Key: AMBARI-18434
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18434
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Sandor Magyari
>            Assignee: Sandor Magyari
>            Priority: Critical
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-18434.patch
>
>
> Upgrade configs in config-upgrade.xml in hdp_2_5_0_0_add_storm_security_configs definition for HDP 2.3 & HDP 2.4 for storm-site are not correct, since there are three config properties to be set, but only one of them will be set, the first which meets the condition:
> {code}
>  <definition xsi:type="configure" id="hdp_2_5_0_0_add_storm_security_configs">
>             <condition type="cluster-env" key="security_enabled" value="true">
>               <type>storm-site</type>
>               <key>nimbus.impersonation.authorizer</key>
>               <value>org.apache.storm.security.auth.authorizer.ImpersonationAuthorizer</value>
>             </condition>
>             <condition type="cluster-env" key="security_enabled" value="true">
>               <type>storm-site</type>
>               <key>nimbus.impersonation.acl</key>
>               <value>"{ {{storm_bare_jaas_principal}} : {hosts: ['*'], groups: ['*']}}"</value>
>             </condition>
>             <condition type="cluster-env" key="security_enabled" value="true">
>               <type>storm-site</type>
>               <key>nimbus.admins</key>
>               <value>"['{{storm_bare_jaas_principal}}', '{{ambari_bare_jaas_principal}}']"</value>
>             </condition>
>           </definition>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)