-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSPECFILE
More file actions
92 lines (92 loc) · 2.33 KB
/
SPECFILE
File metadata and controls
92 lines (92 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
title: CDH4 Salt Formula
description: Salt formula for installing components of CDH4
root_path: cdh4
components:
- title: NameNode
description: Hadoop NameNode component of CDH4
sls_path: cdh4.hadoop.namenode
- title: DataNode
description: Hadoop DataNode component of CDH4
sls_path: cdh4.hadoop.datanode
- title: ZooKeeper
description: ZooKeeper component of CDH4
sls_path: cdh4.zookeeper
- title: HBase Master
description: HBase Master component of CDH4
sls_path: cdh4.hbase.master
- title: HBase RegionServer
description: HBase RegionServer component of CDH4
sls_path: cdh4.hbase.regionserver
- title: Oozie
description: Oozie
sls_path: cdh4.oozie
- title: Hue
description: Hue
sls_path: cdh4.hue
- title: Pig
description: Pig
sls_path: cdh4.pig
- title: Hive
description: Hive
sls_path: cdh4.hive
- title: Impala State Store
description: Impala State Store
sls_path: cdh4.impala.state-store
- title: Impala Server
description: Impala Server
sls_path: cdh4.impala.server
pillar_defaults:
cdh4:
version: 4
landing_page: true
max_log_index: 1
io:
sort_factor: 25
sort_mb: 250
namenode:
start_service: true
datanode:
start_service: true
dfs:
name_dir: /mnt/hadoop/hdfs/nn
data_dir: /mnt/hadoop/hdfs/data
permissions: true
block_size: 268435456
mapred:
local_dir: /mnt/hadoop/mapred/local
system_dir: /hadoop/system/mapred
reduce_tasks: 6
map_tasks_max: 5
reduce_tasks_max: 3
child_java_opts: '-Xmx2000m'
child_ulimit: 8000000
hbase:
start_service: true
tmp_dir: /mnt/hbase/tmp
log_dir: /mnt/hbase/logs
replication: 3
master_initial_heap: 1024m
master_max_heap: 1024m
master_young_gen: 256m
region_initial_heap: 1024m
region_max_heap: 1024m
region_young_gen: 256m
jute_maxbuffer: 1000000
manage_zk: true
zookeeper:
start_service: true
data_dir: /mnt/zk/data
oozie:
start_service: true
impala:
start_service: true
version: 2.1.0
max_pool_requests: 1000
hive:
start_service: true
user: hive
home: /usr/lib/hive
metastore_password: CHANGE_THIS
hue:
start_service: true
secret_key: CHANGE_THIS