You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/03 04:26:38 UTC

[GitHub] [pulsar] murong00 commented on a change in pull request #4424: [doc] Added the way to start bookie in foreground in administration-zk-bk

murong00 commented on a change in pull request #4424: [doc] Added the way to start bookie in foreground in administration-zk-bk
URL: https://github.com/apache/pulsar/pull/4424#discussion_r289684449
 
 

 ##########
 File path: site2/docs/administration-zk-bk.md
 ##########
 @@ -183,9 +183,15 @@ BookKeeper bookies can be configured using the [`conf/bookkeeper.conf`](referenc
 
 You can start up a bookie in two ways: in the foreground or as a background daemon.
 
-To start up a bookie in the foreground, use the [`bookeeper`](reference-cli-tools.md#bookkeeper)
+To start up a bookie in the foreground, use the [`bookeeper`](reference-cli-tools.md#bookkeeper) CLI tool:
 
-```shell
+```bash
+$ bin/bookkeeper bookie
 
 Review comment:
   yes, it is another choose, however `bin/pulsar` uses `pulsar_env.sh` by default, when someone trying to pass extra opts in `bkenv.sh` this shell cann't work, so here just keeps the same as `deploy-bare-metal` to guide users to start a bookie in foreground.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services