You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2016/07/02 18:49:10 UTC

[jira] [Commented] (AMBARI-17543) Uninitialized variable in hive interactive code

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

Vitaly Brodetskyi commented on AMBARI-17543:
--------------------------------------------

+1

> Uninitialized variable in hive interactive code
> -----------------------------------------------
>
>                 Key: AMBARI-17543
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17543
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: 2.4.0
>            Reporter: Sumit Mohanty
>            Assignee: Sumit Mohanty
>            Priority: Critical
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-17543.patch
>
>
> Error:
> {code}
> Traceback (most recent call last):
>   File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/service_check.py", line 190, in <module>
>     HiveServiceCheck().execute()
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 280, in execute
>     method(env)
>   File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/service_check.py", line 86, in service_check
>     params.hive_llap_principal, params.hive_server2_authentication, params.hive_transport_mode,
> AttributeError: 'module' object has no attribute 'hive_llap_principal'
> {code}



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