This is an automated email from the ASF dual-hosted git repository.
agrove 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 0c527311 #1086 solve examples errors (#1087)
0c527311 is described below
commit 0c527311884c10712ead16befa58269c7fc78f94
Author: Trevor <[email protected]>
AuthorDate: Wed Oct 16 15:55:10 2024 -0700
#1086 solve examples errors (#1087)
* updated documentation in both examples repo and docs to a working version
of running Ballista from the CLI
* updated documentation in both examples repo and docs to a working version
of running Ballista from the CLI
---------
Co-authored-by: Trevor Barnes <[email protected]>
---
docs/source/user-guide/deployment/quick-start.md | 4 ++--
examples/README.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/source/user-guide/deployment/quick-start.md
b/docs/source/user-guide/deployment/quick-start.md
index cbb78476..d94de047 100644
--- a/docs/source/user-guide/deployment/quick-start.md
+++ b/docs/source/user-guide/deployment/quick-start.md
@@ -61,7 +61,7 @@ The examples can be run using the `cargo run --bin` syntax.
Open a new terminal
```bash
cd examples
-cargo run --release --bin sql
+cargo run --release --example remote-sql
```
### Source code for distributed SQL example
@@ -108,7 +108,7 @@ async fn main() -> Result<()> {
```bash
cd examples
-cargo run --release --bin dataframe
+cargo run --release --example remote-dataframe
```
### Source code for distributed DataFrame example
diff --git a/examples/README.md b/examples/README.md
index 60e43e73..4eaaac1e 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -90,7 +90,7 @@ The examples can be run using the `cargo run --bin` syntax.
## Distributed SQL Example
```bash
-cargo run --release --bin sql
+cargo run --release --example remote-sql
```
### Source code for distributed SQL example
@@ -136,7 +136,7 @@ async fn main() -> Result<()> {
## Distributed DataFrame Example
```bash
-cargo run --release --bin dataframe
+cargo run --release --example remote-dataframe
```
### Source code for distributed DataFrame example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]