aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorEvans Ye <evansye@apache.org>2017-05-08 00:56:57 +0800
committerEvans Ye <evansye@apache.org>2017-05-11 03:06:22 +0800
commit8bfc86690d900367930099188b17fff232d0e755 (patch)
tree6e463267fe5fdb136b8f54e920be4f78e4483bc8 /bigtop-deploy/puppet
parentb9a21cf5b5cffba827325968616fb751461bbd57 (diff)
BIGTOP-2762. Zeppelin installation failed due to JDK not installed
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp b/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp
index 9c231bc8..979ec82e 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':