Skip to main content
Version: 4.7.3

Run bookies locally

Bookies are individual BookKeeper servers. You can run an ensemble of bookies locally on a single machine using the localbookie command of the bookkeeper CLI tool and specifying the number of bookies you'd like to include in the ensemble.

This would start up an ensemble with 10 bookies:

$ bookkeeper-server/bin/bookkeeper localbookie 10

When you start up an ensemble using localbookie, all bookies run in a single JVM process.