yihua commented on code in PR #12923: URL: https://github.com/apache/hudi/pull/12923#discussion_r1987993673
########## website/docs/cli.md: ########## @@ -5,11 +5,14 @@ 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 hudi-cli && ./hudi-cli.sh`. +Once hudi has been built, the shell can be fired by via `cd hudi-cli-with-bundle.sh && ./hudi-cli-with-bundle.sh`. ### Hudi CLI Bundle setup In release `0.13.0` we have now added another way of launching the `hudi cli`, which is using the `hudi-cli-bundle`. +#### Note: The traditional `hudi-cli.sh` script has been deprecated and replaced with `hudi-cli-with-bundle.sh` from this release onwards. Users should migrate to the new bundled CLI script `hudi-cli-with-bundle.sh` for better compatibility and ease of use. Review Comment: I've update the format to use NOTE box `:::note :::` instead of `####` -- 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]
