You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/24 03:38:33 UTC

[jira] [Commented] (AMBARI-7942) Hiveserver2 and Webhcat fails to start in secure cluster

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

Hudson commented on AMBARI-7942:
--------------------------------

SUCCESS: Integrated in Ambari-branch-1.7.0 #196 (See [https://builds.apache.org/job/Ambari-branch-1.7.0/196/])
AMBARI-7942. Hiveserver2 and Webhcat fails to start in secure cluster (alejandro) (afernandez: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=3a9d5c5ec40939cac812366f9b3f571749b1035f)
* ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py


> 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
>
>         Attachments: AMBARI-7942.patch, AMBARI-7942_branch-1.7.0.patch
>
>
> 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)