mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2026-01-25 16:04:04 +00:00
reorg
This commit is contained in:
17
clickhouse/node1-config/use-keeper.xml
Normal file
17
clickhouse/node1-config/use-keeper.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
<!-- where are the ZK nodes -->
|
||||
<node>
|
||||
<host>clickhouse-keeper1</host>
|
||||
<port>9181</port>
|
||||
</node>
|
||||
<node>
|
||||
<host>clickhouse-keeper2</host>
|
||||
<port>9181</port>
|
||||
</node>
|
||||
<node>
|
||||
<host>clickhouse-keeper3</host>
|
||||
<port>9181</port>
|
||||
</node>
|
||||
</zookeeper>
|
||||
</clickhouse>
|
||||
Reference in New Issue
Block a user