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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6779a4cf Publish built docs triggered by 
9f8e4fcbefb5580fa0f93e6899ae99733a67b055
6779a4cf is described below

commit 6779a4cfae6ef3f67290f3cc79fa530cb7c21940
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 29 17:05:21 2025 +0000

    Publish built docs triggered by 9f8e4fcbefb5580fa0f93e6899ae99733a67b055
---
 _sources/user-guide/deployment/quick-start.md.txt | 4 ++--
 searchindex.js                                    | 2 +-
 user-guide/deployment/quick-start.html            | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_sources/user-guide/deployment/quick-start.md.txt 
b/_sources/user-guide/deployment/quick-start.md.txt
index f8e2cbf1..e2d6e1d1 100644
--- a/_sources/user-guide/deployment/quick-start.md.txt
+++ b/_sources/user-guide/deployment/quick-start.md.txt
@@ -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
diff --git a/searchindex.js b/searchindex.js
index 9c2b26c9..2af33f0b 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query": 
[[15, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[15, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[15, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[15, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[15, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite 
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query": 
[[15, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[15, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[15, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[15, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[15, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite 
[...]
\ No newline at end of file
diff --git a/user-guide/deployment/quick-start.html 
b/user-guide/deployment/quick-start.html
index 18af6697..445a1404 100644
--- a/user-guide/deployment/quick-start.html
+++ b/user-guide/deployment/quick-start.html
@@ -362,9 +362,9 @@
 </div>
 <p>Start one or more Ballista executor processes in new terminal sessions. 
When starting more than one
 executor, a unique port number must be specified for each executor.</p>
-<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="nv">RUST_LOG</span><span 
class="o">=</span>info<span class="w"> 
</span>./target/release/ballista-executor<span class="w"> </span>-c<span 
class="w"> </span><span class="m">2</span><span class="w"> </span>-p<span 
class="w"> </span><span class="m">50051</span>
+<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="nv">RUST_LOG</span><span 
class="o">=</span>info<span class="w"> 
</span>./target/release/ballista-executor<span class="w"> </span>-c<span 
class="w"> </span><span class="m">2</span><span class="w"> </span>-p<span 
class="w"> </span><span class="m">50051</span><span class="w"> 
</span>--bind-grpc-port<span class="w"> </span><span class="m">50052</span>
 
-<span class="nv">RUST_LOG</span><span class="o">=</span>info<span class="w"> 
</span>./target/release/ballista-executor<span class="w"> </span>-c<span 
class="w"> </span><span class="m">2</span><span class="w"> </span>-p<span 
class="w"> </span><span class="m">50052</span>
+<span class="nv">RUST_LOG</span><span class="o">=</span>info<span class="w"> 
</span>./target/release/ballista-executor<span class="w"> </span>-c<span 
class="w"> </span><span class="m">2</span><span class="w"> </span>-p<span 
class="w"> </span><span class="m">50053</span><span class="w"> 
</span>--bind-grpc-port<span class="w"> </span><span class="m">50054</span>
 </pre></div>
 </div>
 </section>


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

Reply via email to