You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/02/19 23:09:14 UTC

[jira] [Commented] (AMBARI-9702) Zookeeper start failed after upgrading secured cluster

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

Hadoop QA commented on AMBARI-9702:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12699727/AMBARI-9702_01.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/1745//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/1745//console

This message is automatically generated.

> Zookeeper start failed after upgrading secured cluster
> ------------------------------------------------------
>
>                 Key: AMBARI-9702
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9702
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>         Environment: CentOS 6
> Upgrade 1.7.0 -> 2.0.0
> Secured cluster
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>            Priority: Blocker
>              Labels: kerberos, upgrade
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-9702_01.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> {code}
> 2015-02-13 11:32:12,437 - Error while executing command 'start':
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 184, in execute
>     method(env)
>   File "/var/lib/ambari-agent/cache/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/zookeeper_server.py", line 78, in start
>     zookeeper_service(action = 'start')
>   File "/var/lib/ambari-agent/cache/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/zookeeper_service.py", line 38, in zookeeper_service
>     kinit_cmd = format("{kinit_path_local} -kt {smoke_user_keytab} {smokeuser_principal};")
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py", line 83, in format
>     return ConfigurationFormatter().format(format_string, args, **result)
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py", line 47, in format
>     result_protected = self.vformat(format_string, args, all_params)
>   File "/usr/lib64/python2.6/string.py", line 549, in vformat
>     result = self._vformat(format_string, args, kwargs, used_args, 2)
>   File "/usr/lib64/python2.6/string.py", line 582, in _vformat
>     result.append(self.format_field(obj, format_spec))
>   File "/usr/lib64/python2.6/string.py", line 599, in format_field
>     return format(value, format_spec)
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py", line 79, in __getattr__
>     raise Fail("Configuration parameter '"+self.name+"' was not found in configurations dictionary!")
> Fail: Configuration parameter 'smokeuser_principal_name' was not found in configurations dictionary!
> {code}



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