summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMahadev Konar <mahadev@apache.org>2011-05-16 17:13:23 +0000
committerMahadev Konar <mahadev@apache.org>2011-05-16 17:13:23 +0000
commit59ac9fa78963ca746d21a62a27fde497fd4c4d58 (patch)
tree9808d60594699ae483c0e517c4dab87b5b660325 /conf
parent1579a4d292cb1eb50b1138612b6725e4f82b78bc (diff)
downloadzookeeper-59ac9fa78963ca746d21a62a27fde497fd4c4d58.tar.gz
ZOOKEEPER-1061. Zookeeper stop fails if start called twice. (Ted Dunning via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1103798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r--conf/zoo_sample.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/zoo_sample.cfg b/conf/zoo_sample.cfg
index b71eadcc3..e7ef781f0 100644
--- a/conf/zoo_sample.cfg
+++ b/conf/zoo_sample.cfg
@@ -7,6 +7,8 @@ initLimit=10
# sending a request and getting an acknowledgement
syncLimit=5
# the directory where the snapshot is stored.
-dataDir=/export/crawlspace/mahadev/zookeeper/server1/data
+# do not use /tmp for storage, /tmp here is just
+# example sakes.
+dataDir=/tmp/zookeeper
# the port at which the clients will connect
clientPort=2181