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/arrow-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 620b5cf3 Update README.md (#729)
620b5cf3 is described below
commit 620b5cf3ca009def745d91e5576d575989dba70e
Author: zhenxing jiang <[email protected]>
AuthorDate: Wed Mar 29 08:39:39 2023 +0800
Update README.md (#729)
---
ballista/scheduler/ui/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ballista/scheduler/ui/README.md b/ballista/scheduler/ui/README.md
index dcb312f0..4e72825c 100644
--- a/ballista/scheduler/ui/README.md
+++ b/ballista/scheduler/ui/README.md
@@ -26,7 +26,7 @@
First, run scheduler from project:
```shell
-$ cd rust/scheduler
+$ cd ballista/scheduler
$ RUST_LOG=info cargo run --release
...
Finished release [optimized] target(s) in 11.92s
@@ -36,7 +36,7 @@ $ RUST_LOG=info cargo run --release
and run executor in new terminal:
```shell
-$ cd rust/executor
+$ cd ballista/executor
$ RUST_LOG=info cargo run --release
Finished release [optimized] target(s) in 0.09s
Running `/path-to-project/target/release/ballista-executor`
@@ -45,7 +45,7 @@ $ RUST_LOG=info cargo run --release
### Run Client project
```shell
-$ cd scheduler/ui
+$ cd ballista/scheduler/ui
$ yarn
Resolving packages...
$ yarn start