-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSPECFILE
More file actions
72 lines (71 loc) · 2.01 KB
/
SPECFILE
File metadata and controls
72 lines (71 loc) · 2.01 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
title: MapR Salt Formula
description: Salt formula for installing components of MapR
root_path: mapr
components:
- title: Client Node
description: Client Node
sls_path: mapr.client
- title: MapR Webserver
description: MapR Webserver
sls_path: mapr.webserver
- title: MapR CLDB master
description: MapR CLDB master - ONLY ON ONE NODE, this generates SSL keys but is otherwise the same as a normal cldb node.
sls_path: mapr.cldb.master
- title: MapR CLDB
description: MapR CLDB node
sls_path: mapr.cldb
- title: MapR Fileserver
description: MapR Fileserver
sls_path: mapr.fileserver
- title: MapR Metrics
description: MapR Metrics
sls_path: mapr.metrics
- title: Resource Manager
description: YARN Resource Manager
sls_path: mapr.yarn.resourcemanager
- title: Node Manager
description: YARN Node Manager
sls_path: mapr.yarn.nodemanager
- title: Historyserver
description: Mapreduce Historyserver
sls_path: mapr.mapreduce.historyserver
- title: ZooKeeper
description: ZooKeeper
sls_path: mapr.zookeeper
- title: Hue
description: Hue
sls_path: mapr.hue
- title: Oozie Server
description: Oozie
sls_path: mapr.oozie
- title: Oozie Client Node
description: Oozie Client Node
sls_path: mapr.oozie.client
- title: Spark History Server
description: Spark History Server
sls_path: mapr.spark.historyserver
- title: MapR Final
description: Start up all services - This MUST be run on all cluster hosts and it MUST be run as the very last state
sls_path: mapr.final
pillar_defaults:
mapr:
version: 5.1.0
landing_page: true
kerberos: false
encrypted: false
extra_certs: {}
fs_disks:
- /dev/xvdb
io:
sort_factor: 64
sort_mb: 256
yarn:
max_container_size_mb: 11264
num_cpus: 8
log_retain_seconds: -1
max_completed_applications: 5000
mapred:
memory_mb: 2048
reduces: 3
heap_dump_path: /mnt
metainfo_maxsplit: 10000000