Skip to content

Commit

Permalink
Update 03-package-deployment.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnzh authored Sep 24, 2024
1 parent 50548a8 commit ffe91b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ sudo dpkg -i foundationdb-clients_7.1.27-1_amd64.deb
sudo dpkg -i byconity-common-static_0.4.0_amd64.deb
```

编辑配置文件 `/etc/byconity-server/cnch_config.xml``/etc/byconity-server/fdb.config``cnch_config.xml` 文件包含 service_discovery 配置、hdfs 配置和 foundationdb 集群配置路径。 `fdb.config` 是 FoundationDB 集群的集群配置文件。
编辑配置文件 `/etc/byconity-server/cnch_config.xml``/etc/byconity-server/fdb.cluster``cnch_config.xml` 文件包含 service_discovery 配置、hdfs 配置和 foundationdb 集群配置路径。 `fdb.cluster` 是 FoundationDB 集群的集群配置文件。

2. 配置 `cnch_config.xml`

Expand Down Expand Up @@ -444,4 +444,4 @@ clickhouse client --port 9010

:) select * from system.workers

```
```

0 comments on commit ffe91b1

Please sign in to comment.