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
93
94
95
96
97
98
99
100
101
|
#=================================Galaxy OLAP deployment checklist======================================
#Mariadb,master to master.
#Maximum 2 servers.
[mariadb]
#Include components: galaxy-job-service
#At least 2 servers
[job]
#Include components: galaxy-qgw-service
#At least 2 servers
[qgw]
#Include components: galaxy-report-service
#At least 2 servers
[report]
#galaxy-hos-service,galaxy-hos-keepalive
#At least 2 servers
[hos]
192.168.10.193
192.168.10.194
#Include components:galaxy-gateway-keepalive,galaxy-gateway-nginx,chproxy
#At least 2 servers,cluster servers>2,galaxy-gateway-keepalive on the first and second server.
[gateway_load_balancer]
#Include components:galaxy-hos-keepalive and galaxy-hos-nginx
#At least 2 servers,cluster servers>2,galaxy-hos-keepalive on the first and second server.
[hos_load_balancer]
192.168.10.193
192.168.10.194
#ArangoDB,only support single server deployment
[arangodb]
#Alibaba Nacos
#At least 3 servers
[nacos]
#Apache Zookeeper
#At least 3 servers,and it is strongly recommended that you have an odd number of servers.
[zookeeper]
192.168.10.193
192.168.10.194
192.168.10.195
#Apache Kafka
#By default,install Kafka-Manager on the first server.
[kafka]
192.168.10.193
192.168.10.194
192.168.10.195
#Apache Flink
#By default,install master process on the first and second server.All servers install worker process.
[flink]
192.168.10.193
192.168.10.194
192.168.10.195
#Apache Hadoop
[hadoop]
192.168.10.193
192.168.10.194
192.168.10.195
#Apache HBase
[hbase]
192.168.10.193
192.168.10.194
192.168.10.195
#Apache Spark
#By default,cluster servers<=3,all servers install worker process.cluster servers>3,only install master process on first server.
[spark]
#Galaxy-Gohangout
[gohangout]
192.168.10.193
192.168.10.194
192.168.10.195
#Apache Druid
#By default,cluster servers>4,only install Query process on first and second server.
[druid]
#Clickhouse
#By default,install Query process on first and second server.
[clickhouse]
192.168.10.193
192.168.10.194
192.168.10.195
#DPI packet_dump
[packet_dump]
192.168.10.193
#Superset,only support single server deployment
[superset]
|