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/03/20 10:04:41 UTC

[jira] [Commented] (AMBARI-20494) Disabling security fails with AttributeError

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

Hadoop QA commented on AMBARI-20494:
------------------------------------

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

This message is automatically generated.

> Disabling security fails with AttributeError
> --------------------------------------------
>
>                 Key: AMBARI-20494
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20494
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.5.0
>            Reporter: Shreya Bhat
>            Assignee: Robert Levas
>            Priority: Blocker
>              Labels: kerberos, stack_advisor
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-20494_branch-2.5_01.patch, AMBARI-20494_trunk_01.patch
>
>
> Disabling security is failing with :
> {code}
> Stack Advisor reported an error: AttributeError: 'NoneType' object has no attribute 'replace'
> StdOut file: /var/run/ambari-server/stack-recommendations/26/stackadvisor.out
> StdErr file: /var/run/ambari-server/stack-recommendations/26/stackadvisor.err
> {code}
> Error file shows :
> {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 116, in main
>     result = stackAdvisor.recommendConfigurations(services, hosts)
>   File "/var/lib/ambari-server/resources/scripts/../stacks/stack_advisor.py", line 775, in recommendConfigurations
>     calculation(configurations, clusterSummary, services, hosts)
>   File "/var/lib/ambari-server/resources/scripts/./../stacks/HDP/2.5/services/stack_advisor.py", line 480, in recommendStormConfigurations
>     storm_nimbus_impersonation_acl.replace('{{storm_bare_jaas_principal}}', storm_bare_jaas_principal)
> AttributeError: 'NoneType' object has no attribute 'replace'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)