Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 d4ce989f0 -> 1822f0ec4
  refs/heads/trunk 3a7e5a2f6 -> 4b7517164


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/1822f0ec
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1822f0ec
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1822f0ec

Branch: refs/heads/branch-2.5
Commit: 1822f0ec45247948e2644fff13a09479555b6534
Parents: d4ce989
Author: Renjith Kamath <renjith.kam...@gmail.com>
Authored: Mon Feb 27 16:05:04 2017 +0530
Committer: Renjith Kamath <renjith.kam...@gmail.com>
Committed: Mon Feb 27 16:05:04 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/1822f0ec/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>

Reply via email to