Skip to content
Snippets Groups Projects
Commit 2e5e2277 authored by Swapnil Bawaskar's avatar Swapnil Bawaskar
Browse files

[geode] specify locator's default port.

parent 461792fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment