Renjith Kamath created AMBARI-19627:
---------------------------------------
Summary: 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
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)