Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

ambari install fails with NameError: name 'functions' is not defined

$
0
0

Hi,

I’m trying to install hortonworks 2.2 stack on a 8 nodes(6data,2head, 1 management) node cluster(ambari 1.7). Data node installations work without any issue.

But Hcat,hive and hdfs client installation fail on master nodes. Any idea on what can be wrong?(and why it looks for 2.06 stack packages in 2.2 installation)

The errors that I see is as following:
Traceback (most recent call last):
File “/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py”, line 43, in <module>
HCatClient().execute()
File “/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py”, line 123, in execute
method(env)
File “/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py”, line 28, in install
self.configure(env)
File “/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hcat_client.py”, line 31, in configure
import params
File “/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py”, line 119, in <module>
kinit_path_local = functions.get_kinit_path([“/usr/bin”, “/usr/kerberos/bin”, “/usr/sbin”])
NameError: name ‘functions’ is not defined


Viewing all articles
Browse latest Browse all 3435

Trending Articles