mirror of https://github.com/apache/lucene.git
Make example paths consistent across examples. This closes #235.
This commit is contained in:
parent
91e3dc2315
commit
3b548e92d8
|
@ -138,7 +138,7 @@ The `<ZOOKEEPER_HOME>/conf/zoo2.cfg` file should have the content:
|
||||||
[source,bash]
|
[source,bash]
|
||||||
----
|
----
|
||||||
tickTime=2000
|
tickTime=2000
|
||||||
dataDir=c:/sw/zookeeperdata/2
|
dataDir=/var/lib/zookeeperdata/2
|
||||||
clientPort=2182
|
clientPort=2182
|
||||||
initLimit=5
|
initLimit=5
|
||||||
syncLimit=2
|
syncLimit=2
|
||||||
|
@ -152,7 +152,7 @@ You'll also need to create `<ZOOKEEPER_HOME>/conf/zoo3.cfg`:
|
||||||
[source,bash]
|
[source,bash]
|
||||||
----
|
----
|
||||||
tickTime=2000
|
tickTime=2000
|
||||||
dataDir=c:/sw/zookeeperdata/3
|
dataDir=/var/lib/zookeeperdata/3
|
||||||
clientPort=2183
|
clientPort=2183
|
||||||
initLimit=5
|
initLimit=5
|
||||||
syncLimit=2
|
syncLimit=2
|
||||||
|
|
Loading…
Reference in New Issue