You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/05/27 04:39: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=15303469#comment-15303469 ] 

Hadoop QA commented on AMBARI-16893:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12806358/AMBARI-16893-trunk%2B2.4-v1.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/7002//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/7002//console

This message is automatically generated.

> 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
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-16893-trunk+2.4-v1.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)