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

milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f8e4fcb doc: fix quick-start executor command (#1217)
9f8e4fcb is described below

commit 9f8e4fcbefb5580fa0f93e6899ae99733a67b055
Author: westhide <[email protected]>
AuthorDate: Sun Mar 30 01:04:58 2025 +0800

    doc: fix quick-start executor command (#1217)
---
 docs/source/user-guide/deployment/quick-start.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/user-guide/deployment/quick-start.md 
b/docs/source/user-guide/deployment/quick-start.md
index f8e2cbf1..e2d6e1d1 100644
--- a/docs/source/user-guide/deployment/quick-start.md
+++ b/docs/source/user-guide/deployment/quick-start.md
@@ -44,9 +44,9 @@ Start one or more Ballista executor processes in new terminal 
sessions. When sta
 executor, a unique port number must be specified for each executor.
 
 ```shell
-RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50051
+RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50051 
--bind-grpc-port 50052
 
-RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50052
+RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50053 
--bind-grpc-port 50054
 ```
 
 ## Running the examples


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to