[
https://issues.apache.org/jira/browse/AMBARI-19627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833993#comment-15833993
]
Hudson commented on AMBARI-19627:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #775 (See
[https://builds.apache.org/job/Ambari-branch-2.5/775/])
AMBARI-19627 Cannot start Zeppelin notebook if Hive is not installed
(renjith.kamath:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8396f27b732a98a93c6f63ed3f471c684f6eb70e])
* (edit)
ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
> Cannot start Zeppelin notebook if Hive is not installed
> -------------------------------------------------------
>
> Key: AMBARI-19627
> URL: https://issues.apache.org/jira/browse/AMBARI-19627
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Renjith Kamath
> Assignee: Renjith Kamath
> Fix For: 2.5.0
>
> Attachments: AMBARI-19627-branch-2.5-v1.patch,
> AMBARI-19627-branch-2.5-v2.patch, AMBARI-19627-trunk-v1.patch,
> AMBARI-19627-trunk-v2.patch, AMBARI-19627-trunk-v3.patch
>
>
> Hive is a dependency only for Spark ThriftServer, not for other Spark
> components or Zeppelin. Yet, Zeppelin fails to start if Hive is not installed:
> {noformat}
> File "/usr/lib/python2.6/site-packages/resource_management/core/source.py",
> line 51, in __call__
> return self.get_content()
> File "/usr/lib/python2.6/site-packages/resource_management/core/source.py",
> line 75, in get_content
> raise Fail("{0} Source file {1} is not found".format(repr(self), path))
> resource_management.core.exceptions.Fail:
> StaticFile('/etc/spark/conf/hive-site.xml') Source file
> /etc/spark/conf/hive-site.xml is not found
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)