Commit 12996ce 1 parent 485bfa6 commit 12996ce Copy full SHA for 12996ce
File tree 2 files changed +4
-4
lines changed
docs/source/user-guide/distributed/deployment
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ A simple way to start a local cluster for testing purposes is to use cargo to in
49
49
the scheduler and executor crates.
50
50
51
51
``` bash
52
- cargo install ballista-scheduler
53
- cargo install ballista-executor
52
+ cargo install --locked ballista-scheduler
53
+ cargo install --locked ballista-executor
54
54
```
55
55
56
56
With these crates installed, it is now possible to start a scheduler process.
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ A simple way to start a local cluster for testing purposes is to use cargo to in
23
23
the scheduler and executor crates.
24
24
25
25
``` bash
26
- cargo install ballista-scheduler
27
- cargo install ballista-executor
26
+ cargo install --locked ballista-scheduler
27
+ cargo install --locked ballista-executor
28
28
```
29
29
30
30
With these crates installed, it is now possible to start a scheduler process.
You can’t perform that action at this time.
0 commit comments