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
Branches
Tags
No related merge requests found
Pipeline #419 passed
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment