Repository: bigtop Updated Branches: refs/heads/master b9a21cf5b -> 8bfc86690
BIGTOP-2762. Zeppelin installation failed due to JDK not installed Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8bfc8669 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8bfc8669 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8bfc8669 Branch: refs/heads/master Commit: 8bfc86690d900367930099188b17fff232d0e755 Parents: b9a21cf Author: Evans Ye <[email protected]> Authored: Mon May 8 00:56:57 2017 +0800 Committer: Evans Ye <[email protected]> Committed: Thu May 11 03:06:22 2017 +0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/8bfc8669/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp b/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp index 9c231bc..979ec82 100644 --- a/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp +++ b/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp @@ -30,6 +30,7 @@ class zeppelin { $hiveserver2_password = '') { package { 'zeppelin': ensure => latest, + require => Package["jdk"], } file { '/etc/zeppelin/conf/zeppelin-env.sh':
