This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 529321a85500 docs: update notebooks instruction page (#14088)
529321a85500 is described below
commit 529321a8550075313f072efe1cebf1332ddd798c
Author: deepakpanda93 <[email protected]>
AuthorDate: Wed Oct 15 00:23:01 2025 +0530
docs: update notebooks instruction page (#14088)
---
website/docs/notebooks.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/notebooks.md b/website/docs/notebooks.md
index 2c73f9c343b9..07fd2304353f 100644
--- a/website/docs/notebooks.md
+++ b/website/docs/notebooks.md
@@ -19,11 +19,11 @@ All you need is a cloned copy of the Hudi repository and
Docker installed on you
* Build Docker Images
```sh
cd hudi-notebooks
- ./build.sh
+ sh build.sh
```
* Start the Environment
```sh
- ./run_spark_hudi.sh start
+ sh run_spark_hudi.sh start
```
### Meet Your Notebooks