From 77b4721d97f8232cc368e6f08a759408bdc30185 Mon Sep 17 00:00:00 2001 From: Zike Yang Date: Mon, 24 Jan 2022 18:27:45 +0800 Subject: [PATCH] [Doc] Update doc for pulsar initialize-cluster-metadata Motivation * Add doc for #13889 and #13296 Modification * Update doc for `metadataStoreUrl` and `configurationMetadataStoreUrl` in `pulsar initialize-cluster-metadata` Signed-off-by: Zike Yang --- site2/docs/reference-cli-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site2/docs/reference-cli-tools.md b/site2/docs/reference-cli-tools.md index a8bb2058103bc..d3f3af1a378ca 100644 --- a/site2/docs/reference-cli-tools.md +++ b/site2/docs/reference-cli-tools.md @@ -166,14 +166,14 @@ Options |`-ub` , `--broker-service-url`|The broker service URL for the new cluster|| |`-tb` , `--broker-service-url-tls`|The broker service URL for the new cluster with TLS encryption|| |`-c` , `--cluster`|Cluster name|| -|`-cs` , `--configuration-store`|The configuration store quorum connection string|| +|`-cms` , `--configuration-metadata-store`|The configuration metadata store quorum connection string|| |`--existing-bk-metadata-service-uri`|The metadata service URI of the existing BookKeeper cluster that you want to use|| |`-h` , `--help`|Cluster name|false| |`--initial-num-stream-storage-containers`|The number of storage containers of BookKeeper stream storage|16| |`--initial-num-transaction-coordinators`|The number of transaction coordinators assigned in a cluster|16| |`-uw` , `--web-service-url`|The web service URL for the new cluster|| |`-tw` , `--web-service-url-tls`|The web service URL for the new cluster with TLS encryption|| -|`-zk` , `--zookeeper`|The local ZooKeeper quorum connection string|| +|`-md` , `--metadata-store`|The metadata store service url|| |`--zookeeper-session-timeout-ms`|The local ZooKeeper session timeout. The time unit is in millisecond(ms)|30000|