File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ To start a five-node cluster on the local machine (requires a working
20
20
[ Rust compiler] ( https://www.rust-lang.org/tools/install ) ), run:
21
21
22
22
```
23
- $ (cd clusters/local && ./run.sh)
23
+ $ (cd clusters && ./run.sh)
24
24
toydb2 19:06:28 [ INFO] Listening on 0.0.0.0:9602 (SQL) and 0.0.0.0:9702 (Raft)
25
25
toydb2 19:06:28 [ERROR] Failed connecting to Raft peer 127.0.0.1:9705: Connection refused
26
26
toydb5 19:06:28 [ INFO] Listening on 0.0.0.0:9605 (SQL) and 0.0.0.0:9705 (Raft)
@@ -43,7 +43,7 @@ Node logs: 1:1 2:1 3:1 4:1 5:1
43
43
SQL txns: 0 active, 0 total (bitcask storage)
44
44
```
45
45
46
- The cluster is shut down by pressing Ctrl-C. Data is saved under ` clusters/local/ toydb-?/data/ ` ,
46
+ The cluster is shut down by pressing Ctrl-C. Data is saved under ` clusters/toydb-?/data/ ` ,
47
47
delete the contents to start over.
48
48
49
49
## Creating Tables and Data
You can’t perform that action at this time.
0 commit comments