[
https://issues.apache.org/jira/browse/AMBARI-14831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15122519#comment-15122519
]
Hadoop QA commented on AMBARI-14831:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12784960/AMBARI-14831.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/5104//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/5104//console
This message is automatically generated.
> Upgrading ambari-server from 2.0.1 to 2.2.0 sets incorrect value for
> 'storm.zookeeper.superACL'
> -----------------------------------------------------------------------------------------------
>
> Key: AMBARI-14831
> URL: https://issues.apache.org/jira/browse/AMBARI-14831
> Project: Ambari
> Issue Type: Bug
> Components: ambari-upgrade
> Affects Versions: 2.2.0
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Critical
> Fix For: 2.2.2
>
> Attachments: AMBARI-14831.patch
>
>
> The problem turns out to be that {{ambari-server upgrade}} from 2.0.1 to
> 2.2.0 sets the value of config as
> ([code|https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=blob;f=ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java;h=7940e02cc627db8e56b91d0aef59336f26c35b78;hb=HEAD#l1651]):
>
> {code}
> storm.zookeeper.superACL: "sasl:{{storm_base_jaas_principal}}",
> {code}
> However STORM scripts expect the config value to be
> *storm_bare_jaas_principal*
> ([code|https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=blob;f=ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json;h=5c2133c4c31545ce825208c662086c1d41b7a355;hb=HEAD#l41]).
> Because of this, the value comes out as empty. (screenshot attached)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)