Username46786 opened a new pull request, #13944: URL: https://github.com/apache/hudi/pull/13944
This PR fixes two issues in the CLI docs: 1) S3 setup commands use `wget -o` (log file) instead of `wget -O` (output file). With `-o`, the jar is not downloaded to the specified path, so copy/paste fails. Updated both lines to use `-O` in the “Using Hudi-cli in S3” section. 2) Minor grammar: “the shell can be fired by via …” → “fired up via …”. Source page: Docs → Operating Hudi → CLI (version 1.0.2). -- 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]
