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/20 23:51:58 UTC

[jira] [Commented] (AMBARI-17316) [Zeppelin][Ambari] Service restart fails if one modifies the parameter "zeppelin_log_dir"

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

Hudson commented on AMBARI-17316:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #5117 (See [https://builds.apache.org/job/Ambari-trunk-Commit/5117/])
AMBARI-17316 [Zeppelin][Ambari] Service restart fails if one modifies (dipayan.bhowmick: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=31dfc5601ea3ca071fe44ba9b517df6f13bc85a0])
* ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml
* ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py


> [Zeppelin][Ambari] Service restart fails if one modifies the parameter "zeppelin_log_dir"
> -----------------------------------------------------------------------------------------
>
>                 Key: AMBARI-17316
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17316
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server, ambari-web
>    Affects Versions: 2.4.0
>         Environment: Centos6
>            Reporter: Pankaj Singh
>            Assignee: Renjith Kamath
>            Priority: Critical
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-17316_trunk+branch-2.4_v1.patch
>
>
> There are 2 issues
> #  if a user modifies the "zeppelin_log_dir" parameter to a directory which is not present e.g. from /var/log to /tmp/log , save the configuration and restarts the service ,"Restart Zeppelin Notebook" Operation fails  with error
> {code}
>     provider_action()
>   File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 189, in action_create
>     raise Fail("Applying %s failed, parent directory %s doesn't exist" % (self.resource, dirname))
> resource_management.core.exceptions.Fail: Applying Directory['/tmp/log/zeppelin'] failed, parent directory /tmp/log doesn't exist
> {code}
> This is not sync with other services, For eg if one modifies the log directory for Hive Service from /var/log/hive to /tmp/log/hive. and restarts the service,. The Hive Service restarts successfully
> # The second issue is even if the service restart fails the service status shown is GREEN and not RED



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