[
https://issues.apache.org/jira/browse/AMBARI-17543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360327#comment-15360327
]
Hudson commented on AMBARI-17543:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #5210 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5210/])
AMBARI-17543. Uninitialized variable in hive interactive code (smohanty)
(smohanty:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7117d092c9c9bbc68212366d6466d9fef2b18e35])
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
> 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)