Sumit Mohanty created AMBARI-17543:
--------------------------------------
Summary: 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
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)