eolivelli commented on a change in pull request #2183: [doc] Improve the Manual deployment document. URL: https://github.com/apache/bookkeeper/pull/2183#discussion_r335906556
########## File path: site/docs/latest/deployment/manual.md ########## @@ -23,31 +23,33 @@ zkServers=100.0.0.1:2181,100.0.0.2:2181,100.0.0.3:2181 > A full listing of configurable parameters available in > `bookkeeper-server/conf/bk_server.conf` can be found in the > [Configuration](../../reference/config) reference manual. -Once the bookie's configuration is set, you can start it up using the [`bookie`](../../reference/cli#bookkeeper-bookie) command of the [`bookkeeper`](../../reference/cli#bookkeeper) CLI tool: +Once the bookie's configuration is set, you can set up cluster metadata for the cluster by running the following command from any bookie in the cluster: ```shell -$ bin/bookkeeper bookie +$ bookkeeper-server/bin/bookkeeper shell metaformat Review comment: Can you please use the new 'bkctl' utility? Then the command is 'initnewcluster' ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
