Skip to content

Commit 0b0df5f

Browse files
committed
Version 1.0.0
1 parent e21b000 commit 0b0df5f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ LOG_LINES=0 # Number of ClickHouse log lines to display. 0 - disable output
154154
Change the value of the ZooKeeperHosts parameter in the script, which is responsible for displaying Apache ZooKeeper cluster status.
155155
```
156156
# Apache ZooKeeper hosts
157-
ZooKeeperHosts="" # "" - disable output
158-
#ZooKeeperHosts="zoo_server_1 zoo_server_2 zoo_server_3" # Servers list, hostnames. Format: "server_1" "server_2" ...
157+
ZooKeeperHosts="" # "" - disable output
158+
#ZooKeeperHosts="zoo_server_1 zoo_server_2 zoo_server_3" # Servers list, hostnames. Format: "server_1" "server_2" ...
159159
```
160160

161161
#### Examples of work:
@@ -165,7 +165,7 @@ Inserting data into tutorial.hits_v1 table with MergeTree engine. In active **Qu
165165
![clickhouse_activity1](media/ch_activity_insert_mergetree.png)
166166

167167

168-
Inserting data into the tutorial.hits_replica table with the ReplicatedMergeTree engine. In active **Queries**, the INSERT operation is observed, the progress of the **Merge** operation for tables of the MergeTree family is visible, and in the **Replication queue**, data is transferred to remote servers for tables of the ReplicatedMergeTree family.
168+
Inserting data into the tutorial.hits_replica table with the ReplicatedMergeTree engine. In active **Queries**, the INSERT operation is observed, the progress of the **Merge** operation for tables of the MergeTree family is visible, and in the **Replication queue** data is transferred to remote servers for tables of the ReplicatedMergeTree family.
169169

170170
![clickhouse_activity2](media/ch_activity_insert_replicatedmergetree.png)
171171

@@ -417,8 +417,8 @@ Apache ZooKeeper status. Additionally, ZooKeeper processes, network connection a
417417
Change the value of the ZooKeeperHosts parameter in the script, which is responsible for displaying Apache ZooKeeper cluster status.
418418
```
419419
# Apache ZooKeeper hosts
420-
ZooKeeperHosts="" # "" - disable output
421-
#ZooKeeperHosts="zoo_server_1 zoo_server_2 zoo_server_3" # Servers list, hostnames. Format: "server_1" "server_2" ...
420+
ZooKeeperHosts="" # "" - disable output
421+
#ZooKeeperHosts="zoo_server_1 zoo_server_2 zoo_server_3" # Servers list, hostnames. Format: "server_1" "server_2" ...
422422
```
423423

424424
#### Examples of work:

0 commit comments

Comments
 (0)