rangareddy opened a new pull request, #14333: URL: https://github.com/apache/hudi/pull/14333
### Describe the issue this Pull Request addresses This PR addresses the need to update the official Spark Quick Start Guide documentation to reflect the latest stable version of Apache Hudi, which is 1.1.0 (or the targeted version). The current documentation may be referencing older versions, leading to confusion, installation issues, or outdated instructions for new users attempting to follow the quick start steps. The primary motivation is to ensure that the quick start documentation is accurate, runnable, and aligned with the current Hudi release. <img width="999" height="748" alt="Screenshot 2025-11-24 at 11 27 51 AM" src="https://github.com/user-attachments/assets/f504352e-d2ed-416f-880e-b26bc8e4c203" /> <!-- Either describe the issue inline here with motivation behind the changes (or) link to an issue by including `Closes #<issue-number>` for context. If this PR includes changes to the storage format, public APIs, or has breaking changes, use `!` (e.g., feat!: ...) --> ### Summary and Changelog This update modernizes the Spark Quick Start Guide in the Hudi documentation. Users will now benefit from instructions that correctly use Hudi 1.1.0 and any associated dependency changes, ensuring they can successfully execute the quick start tutorial with the current software stack. **Changelog:** * Updated all references to the Hudi dependency version to 1.1.0 (or the specific version required). * Revised environment variable settings and command-line examples (e.g., spark-shell, spark-submit) to correctly pull the necessary Hudi 1.1.0 JARs. * Ensured compatibility checks for required Spark and Scala versions in the guide's introductory notes. <img width="997" height="706" alt="Screenshot 2025-11-24 at 11 28 16 AM" src="https://github.com/user-attachments/assets/35ac764e-aeee-447a-bb6d-c267413a91fb" /> <!-- Short, plain-English summary of what users gain or what changed in behavior. Followed by a detailed log of all the changes. Highlight if any code was copied. --> ### Impact This change only impacts documentation and user onboarding experience. <!-- Describe any public API or user-facing feature change or any performance impact. --> ### Risk Level none This change is purely a documentation update to guide users on setting up and running existing functionality with the latest version. There is no code change to the core Hudi libraries. <!-- Accepted values: none, low, medium or high. Other than `none`, explain the risk. If medium or high, explain what verification was done to mitigate the risks. --> ### Documentation Update The relevant files for the Spark Quick Start Guide on the Hudi website are updated. This includes modifying dependency versions, command examples, and setup instructions to reference Hudi version 1.1.0. <!-- Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none". - The config description must be updated if new configs are added or the default value of the configs are changed. - Any new feature or user-facing change requires updating the Hudi website. Please follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make changes to the website. --> ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable -- 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]
