You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/06/01 02:21:12 UTC

[jira] [Commented] (AMBARI-16893) Ambari install failure due to zeppelin service install bug

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

Hudson commented on AMBARI-16893:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #4971 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4971/])
AMBARI-16893. Ambari install failure due to zeppelin service install bug (afernandez: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=bc11f5f12e639fd76305b6d73cf6a1b0dd93faaf])
* ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py


> Ambari install failure due to zeppelin service install bug
> ----------------------------------------------------------
>
>                 Key: AMBARI-16893
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16893
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>         Environment: CentOS 6.6
>            Reporter: Renjith Kamath
>            Assignee: Renjith Kamath
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-16893-trunk+2.4-v1.patch, AMBARI-16893-trunk+2.4-v2.patch
>
>
> Service install fails on CentOS 6.6 with following error. Unable to run setup_snapshot.sh
> {code:title=stderr}
> "Traceback (most recent call last):
>   File \"/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py\", line 233, in <module>
>     Master().execute()
>   File \"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py\", line 254, in execute
>     method(env)
>   File \"/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py\", line 66, in install
>     user=params.zeppelin_user)
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/base.py\", line 155, in __init__
>     self.env.run()
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/environment.py\", line 160, in run
>     self.run_action(resource, action)
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/environment.py\", line 124, in run_action
>     provider_action()
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py\", line 273, in action_run
>     tries=self.resource.tries, try_sleep=self.resource.try_sleep)
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/shell.py\", line 70, in inner
>     result = function(command, **kwargs)
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/shell.py\", line 92, in checked_call
>     tries=tries, try_sleep=try_sleep)
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/shell.py\", line 140, in _call_wrapper
>     result = _call(command, **kwargs_copy)
>   File \"/usr/lib/python2.6/site-packages/resource_management/core/shell.py\", line 293, in _call
>     raise Fail(err_msg)
> resource_management.core.exceptions.Fail: Execution of '/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh /usr/hdp/current/zeppelin-server/lib c6401.ambari.apache.org 9083 10001 c6401.ambari.apache.org 9995 True /var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package /usr/jdk64/jdk1.8.0_60 >> /var/log/zeppelin/zeppelin-setup.log' returned 126.
> -bash: /var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh: Permission denied",
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)