aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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':