Skip to content
Snippets Groups Projects
Commit 187eb967 authored by František Dvořák's avatar František Dvořák
Browse files

Hadoop image: fix oozie setup (in comments)

parent 8566a732
No related branches found
No related tags found
No related merge requests found
Pipeline #419 passed
...@@ -16,9 +16,11 @@ $zookeepers = [ ...@@ -16,9 +16,11 @@ $zookeepers = [
if $distribution == 'bigtop' { if $distribution == 'bigtop' {
$version = '1.5.0' # 1.4.0, 1.5.0 $version = '1.5.0' # 1.4.0, 1.5.0
$hadoop_version = 2 $hadoop_version = 2
$oozie_version = 4
} elsif $distribution == 'cloudera' { } elsif $distribution == 'cloudera' {
$version = '6.3.0' $version = '6.3.0'
$hadoop_version = 3 $hadoop_version = 3
$oozie_version = 5
} }
$hive_schema_file = "${distribution}-${version}" ? { $hive_schema_file = "${distribution}-${version}" ? {
'bigtop-1.4.0' => 'hive-schema-2.3.0.mysql.sql', 'bigtop-1.4.0' => 'hive-schema-2.3.0.mysql.sql',
...@@ -101,12 +103,12 @@ class{'hive': ...@@ -101,12 +103,12 @@ class{'hive':
#class { 'oozie': #class { 'oozie':
# acl => true, # acl => true,
# #defaultFS =>
# hdfs_hostname => $master,
# db => $db_type, # db => $db_type,
# db_password => 'good-password', # db_password => 'good-password',
# oozie_hostname => "$master-disabled", # oozie_hostname => $master,
# oozie_sharelib => '/usr/lib/oozie/oozie-sharelib.tar.gz',
# realm => $realm, # realm => $realm,
# version => $oozie_version,
#} #}
class { 'spark': class { 'spark':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment