This is an automated email from the ASF dual-hosted git repository.
danny0405 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 9d573c0c9f81 docs(cli): fix wget -O output flag and minor grammar
(#13944)
9d573c0c9f81 is described below
commit 9d573c0c9f81544e7a85dbce65b95bc5c0e4647a
Author: Username46786 <[email protected]>
AuthorDate: Sat Sep 20 18:55:42 2025 -0700
docs(cli): fix wget -O output flag and minor grammar (#13944)
---
website/versioned_docs/version-1.0.2/cli.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/versioned_docs/version-1.0.2/cli.md
b/website/versioned_docs/version-1.0.2/cli.md
index 838943c20fe3..b5227920bbd7 100644
--- a/website/versioned_docs/version-1.0.2/cli.md
+++ b/website/versioned_docs/version-1.0.2/cli.md
@@ -5,7 +5,7 @@ last_modified_at: 2021-08-18T15:59:57-04:00
---
### Local set up
-Once hudi has been built, the shell can be fired by via `cd
packaging/hudi-cli-bundle && hudi-cli-with-bundle.sh` or
`packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh`.
+Once hudi has been built, the shell can be fired up via `cd
packaging/hudi-cli-bundle && hudi-cli-with-bundle.sh` or
`packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh`.
### Hudi CLI setup
In release `0.13.0` we have now added new way of launching the `hudi cli`,
which is using the `hudi-cli-bundle` script.
@@ -68,8 +68,8 @@ Apart from these, we might need to add aws jars to class path
so that accessing
We need two jars, namely, aws-java-sdk-bundle jar and hadoop-aws jar which you
can find online.
For eg:
```
-wget
https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/3.3.4/hadoop-aws-3.3.4.jar
-o /lib/spark-3.5.4-bin-hadoop3/jars/hadoop-aws-3.3.4.jar
-wget
https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.12.262/aws-java-sdk-bundle-1.12.262.jar
-o /lib/spark-3.5.4-bin-hadoop3/jars/aws-java-sdk-bundle-1.12.262.jar
+wget
https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/3.3.4/hadoop-aws-3.3.4.jar
-O /lib/spark-3.5.4-bin-hadoop3/jars/hadoop-aws-3.3.4.jar
+wget
https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.12.262/aws-java-sdk-bundle-1.12.262.jar
-O /lib/spark-3.5.4-bin-hadoop3/jars/aws-java-sdk-bundle-1.12.262.jar
```
#### Note: These AWS jar versions below are specific to Spark 3.5.4 and Hadoop
3.3.4