-
Notifications
You must be signed in to change notification settings - Fork 42
/
hosts
72 lines (56 loc) · 1.03 KB
/
hosts
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
# at least one is required, 2 allowed
# if 2, ha configured
[namenodes]
# at least one is required
[datanodes]
# at least one is required
# job history server will be also configured on the 1st host
[yarnresourcemanager]
# optional
# can be required for other services
# 3 or 5 hosts is required if 2 namenodes configured
[zookeepernodes]
# optional
# required if 2 namenodes configured
[journalnodes]
# optional
# required if hivemetastore, oozie or hue configured
[postgresql]
# optional
# required if impala-store-catalog configured
[hivemetastore]
# optional
[impala-store-catalog]
# optional
[hbasemaster]
# optional
[solr]
#optional
[spark]
# optional
[oozie]
# optional
[kafka]
# optional
[hue]
# optional. comment this out completely or fill in a host into [dashboard]
#[dashboard]
[dashboard:children]
namenodes
# please do not edit the groups below
[hadoop:children]
namenodes
datanodes
journalnodes
yarnresourcemanager
hivemetastore
impala-store-catalog
hbasemaster
solr
spark
oozie
hue
[java:children]
hadoop
kafka
zookeepernodes