This is an automated email from the ASF dual-hosted git repository.

houqp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 12996ce  revise document of installing ballista pinned to specified 
version (#2034)
12996ce is described below

commit 12996cee52d2c79cd65eab5f6f4a21807fbbe03a
Author: DuRipeng <[email protected]>
AuthorDate: Sun Mar 20 03:29:08 2022 +0800

    revise document of installing ballista pinned to specified version (#2034)
    
    Co-authored-by: duripeng <[email protected]>
---
 ballista/rust/client/README.md                                 | 4 ++--
 docs/source/user-guide/distributed/deployment/cargo-install.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ballista/rust/client/README.md b/ballista/rust/client/README.md
index c27b838..08ca67b 100644
--- a/ballista/rust/client/README.md
+++ b/ballista/rust/client/README.md
@@ -49,8 +49,8 @@ A simple way to start a local cluster for testing purposes is 
to use cargo to in
 the scheduler and executor crates.
 
 ```bash
-cargo install ballista-scheduler
-cargo install ballista-executor
+cargo install --locked ballista-scheduler
+cargo install --locked ballista-executor
 ```
 
 With these crates installed, it is now possible to start a scheduler process.
diff --git a/docs/source/user-guide/distributed/deployment/cargo-install.md 
b/docs/source/user-guide/distributed/deployment/cargo-install.md
index 22a38d7..8e68278 100644
--- a/docs/source/user-guide/distributed/deployment/cargo-install.md
+++ b/docs/source/user-guide/distributed/deployment/cargo-install.md
@@ -23,8 +23,8 @@ A simple way to start a local cluster for testing purposes is 
to use cargo to in
 the scheduler and executor crates.
 
 ```bash
-cargo install ballista-scheduler
-cargo install ballista-executor
+cargo install --locked ballista-scheduler
+cargo install --locked ballista-executor
 ```
 
 With these crates installed, it is now possible to start a scheduler process.

Reply via email to