You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/08/03 18:26:00 UTC

[jira] [Commented] (AMBARI-21554) Regenerating keytabs fails in Stack Advisor after upgrading Ambari

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

Hadoop QA commented on AMBARI-21554:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12880227/AMBARI-21554.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11932//console

This message is automatically generated.

> Regenerating keytabs fails in Stack Advisor after upgrading Ambari
> ------------------------------------------------------------------
>
>                 Key: AMBARI-21554
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21554
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.5.2
>            Reporter: Tim Thorpe
>            Assignee: Doroszlai, Attila
>             Fix For: 2.5.2
>
>         Attachments: AMBARI-21554.patch
>
>
> STR:
> * Install BigInsights
> * Kerberize the cluster
> * Upgrade Ambari to 2.5.2
> * Regenerate keytabs
> {code}
> Traceback (most recent call last):
>   File "/var/lib/ambari-server/resources/scripts/stack_advisor.py", line 166, in <module>
>     main(sys.argv)
>   File "/var/lib/ambari-server/resources/scripts/stack_advisor.py", line 98, in main
>     stackAdvisor = instantiateStackAdvisor(stackName, stackVersion, parentVersions)
>   File "/var/lib/ambari-server/resources/scripts/stack_advisor.py", line 147, in instantiateStackAdvisor
>     stack_advisor = imp.load_module('stack_advisor_impl', fp, path, ('.py', 'rb', imp.PY_SOURCE))
>   File "/var/lib/ambari-server/resources/scripts/./../stacks/BigInsights/4.0/services/stack_advisor.py", line 20, in <module>
>     from stack_advisor_25 import *
> ImportError: No module named stack_advisor_25
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)