Alejandro Fernandez created AMBARI-7942:
-------------------------------------------
Summary: Hiveserver2 and Webhcat fails to start in secure cluster
Key: AMBARI-7942
URL: https://issues.apache.org/jira/browse/AMBARI-7942
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 1.7.0
Reporter: Alejandro Fernandez
Assignee: Alejandro Fernandez
Priority: Blocker
Fix For: 1.7.0
Deploy a cluster with default configs (did not select Kafka, Slider and Knox)
After enabling security hive server2 and webhcat fails to start.
{code}
2014-10-23 23:52:27,200 - Error while executing command 'start':
Traceback (most recent call last):
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 122, in execute
method(env)
File
"/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_server.py",
line 44, in start
copy_tarballs_to_hdfs('tez', params.tez_user, params.hdfs_user)
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/functions/dynamic_variable_interpretation.py",
line 228, in copy_tarballs_to_hdfs
user=component_user
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
line 148, in __init__
self.env.run()
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 149, in run
self.run_action(resource, action)
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 115, in run_action
provider_action()
File
"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
line 241, in action_run
raise ex
Fail: Execution of '{kinit_path_local} -kt {hdfs_user_keytab}
{hdfs_principal_name};' returned 127. -bash: {kinit_path_local}: command not
found
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)