You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hj...@apache.org on 2020/07/19 03:55:40 UTC

[pulsar] branch master updated: fix the command for starting bookies in the foreground (#7596)

This is an automated email from the ASF dual-hosted git repository.

hjf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9475b45  fix the command for starting bookies in the foreground (#7596)
9475b45 is described below

commit 9475b450201869b3ddfd8a94aec198bbb2b5015c
Author: sijia-w <53...@users.noreply.github.com>
AuthorDate: Sun Jul 19 05:55:23 2020 +0200

    fix the command for starting bookies in the foreground (#7596)
---
 site2/docs/deploy-bare-metal.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/deploy-bare-metal.md b/site2/docs/deploy-bare-metal.md
index 3c1e4c2..da3682d 100644
--- a/site2/docs/deploy-bare-metal.md
+++ b/site2/docs/deploy-bare-metal.md
@@ -285,7 +285,7 @@ $ bin/pulsar-daemon start bookie
 To start the bookie in the foreground:
 
 ```bash
-$ bin/bookkeeper bookie
+$ bin/pulsar bookie
 ```
 
 You can verify that a bookie works properly by running the `bookiesanity` command on the [BookKeeper shell](reference-cli-tools.md#shell):