Skip to content

Commit

Permalink
[geode] specify locator's default port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil Bawaskar committed Feb 11, 2016
1 parent 461792f commit 2e5e227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion geode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e5e227

Please sign in to comment.