From 2e5e2277a60e5a7936bf30d0082e3d1a616c1277 Mon Sep 17 00:00:00 2001
From: Swapnil Bawaskar <sbawaskar@pivotal.io>
Date: Wed, 10 Feb 2016 16:32:17 -0800
Subject: [PATCH] [geode] specify locator's default port.

---
 geode/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/geode/README.md b/geode/README.md
index 8346ad0a..04be1ec1 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
-- 
GitLab