yihua commented on a change in pull request #4603: URL: https://github.com/apache/hudi/pull/4603#discussion_r785027892
########## File path: website/docs/cli.md ########## @@ -4,9 +4,45 @@ keywords: [hudi, cli] 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`. A hudi table resides on DFS, in a location referred to as the `basePath` and we would need this location in order to connect to a Hudi table. Hudi library effectively manages this table internally, using `.hoodie` subfolder to track all metadata. + +### Using Hudi-cli in S3 +If you are using hudi that comes packaged with AWS EMR, you can find instructions to use hudi-cli [here](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hudi-cli.html). +If you are not using EMR, or would like to use latest hudi-cli from master, you can follow the below steps to access S3 dataset in your local environment(laptop). Review comment: nit: `environment(laptop)` -> `environment (laptop)` -- 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]
