AMBARI-20176 Zeppelin Notebook fails to start without HDFS via Ambari service (r-kamath)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4b751716 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4b751716 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4b751716 Branch: refs/heads/trunk Commit: 4b75171643ac5690c582edbf8a3123b8635f8644 Parents: 3a7e5a2 Author: Renjith Kamath <[email protected]> Authored: Mon Feb 27 16:05:04 2017 +0530 Committer: Renjith Kamath <[email protected]> Committed: Mon Feb 27 16:05:47 2017 +0530 ---------------------------------------------------------------------- .../resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4b751716/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml index 78fbb1b..e29eae3 100644 --- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml @@ -80,6 +80,10 @@ limitations under the License. <timeout>300</timeout> </commandScript> + <requiredServices> + <service>HDFS</service> + </requiredServices> + <configuration-dependencies> <config-type>zeppelin-config</config-type> <config-type>zeppelin-env</config-type>
