mansipp commented on code in PR #12923: URL: https://github.com/apache/hudi/pull/12923#discussion_r1984532579
########## website/docs/cli.md: ########## @@ -73,7 +76,7 @@ export CLIENT_JAR=/lib/spark-3.2.0-bin-hadoop3.2/jars/aws-java-sdk-bundle-1.12.4 ``` Once these are set, you are good to launch hudi-cli and access S3 dataset. ``` -./hudi-cli/hudi-cli.sh +./packaging/hudi-cli-bundle/hudi-cli-with-bundle.sh Review Comment: The instructions to set `SPARK_HOME` is already added. Need to update this section to set the other env variables like `CLI_BUNDLE_JAR` and `SPARK_BUNDLE_JAR` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
