diff --git a/geode/README.md b/geode/README.md index 8346ad0a1fd8d8684e1b27b019b7793b1d3dee26..04be1ec1a7b80b045cdab0a5bf586ec65ada5d54 100644 --- a/geode/README.md +++ b/geode/README.md @@ -53,7 +53,10 @@ gfsh has tab autocompletion, so you can play around with various options. ### Start YCSB workload From your YCSB directory, you can run the ycsb workload as follows -`./bin/ycsb load geode -P workloads/workloada -p geode.locator=host[port]` +``` +./bin/ycsb load geode -P workloads/workloada -p geode.locator=host[port] +``` +(default port of locator is 10334). In the default mode, ycsb geode driver will connect as a client to the geode cluster. To make the ycsb driver a peer member of the distributed system