diff --git a/image/single.pp b/image/single.pp index 98ab1823f8351e14ac99fa2fd6fdb0e72670ca71..61a2316a42fb432234e64bd8356e36d2a1713909 100644 --- a/image/single.pp +++ b/image/single.pp @@ -16,9 +16,11 @@ $zookeepers = [ if $distribution == 'bigtop' { $version = '1.5.0' # 1.4.0, 1.5.0 $hadoop_version = 2 + $oozie_version = 4 } elsif $distribution == 'cloudera' { $version = '6.3.0' $hadoop_version = 3 + $oozie_version = 5 } $hive_schema_file = "${distribution}-${version}" ? { 'bigtop-1.4.0' => 'hive-schema-2.3.0.mysql.sql', @@ -101,12 +103,12 @@ class{'hive': #class { 'oozie': # acl => true, -# #defaultFS => -# hdfs_hostname => $master, # db => $db_type, # db_password => 'good-password', -# oozie_hostname => "$master-disabled", +# oozie_hostname => $master, +# oozie_sharelib => '/usr/lib/oozie/oozie-sharelib.tar.gz', # realm => $realm, +# version => $oozie_version, #} class { 'spark':