docs: Rearrange the Bundle entries in download page and set Scala 2.13 as default version in spark quick start guide#14336
Closed
rangareddy wants to merge 2 commits intoapache:asf-sitefrom
Closed
Conversation
…3 as default version in spark quick start guide
…3 as default version in spark quick start guide
xushiyan
reviewed
Nov 24, 2025
| export HUDI_VERSION=1.1.0 | ||
| # For Scala versions: 2.12/2.13 | ||
| export SCALA_VERSION=2.12 | ||
| export SCALA_VERSION=2.13 |
Member
There was a problem hiding this comment.
can you apply the quick start changes to 1.1 versioned docs too? the website has already cut off the version
Collaborator
Author
|
Raised another PR so closing the PR #14342 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the issue this Pull Request addresses
This PR addresses two primary documentation and usability issues:
Prioritization on the Download Page: The order of Hudi bundle entries on the download page needed rearrangement to prioritize the most commonly used and recommended versions/bundles, improving user experience and discovery.
Modernizing Default Quick Start Stack: The default Scala version referenced in the Spark Quick Start Guide was outdated. We are updating the guide to default to Scala 2.13, aligning with modern Spark distributions and best practices for new users, minimizing potential dependency conflicts.
Summary and Changelog
This PR improves the Hudi documentation for better clarity and alignment with current technology standards.
Summary: The download page bundles have been reordered for better user flow, and the Spark Quick Start Guide now uses Scala 2.13 as the default build version.
Changelog:
Impact
This change is purely a documentation and configuration update with no impact on core Hudi functionality.
Risk Level
none
Documentation Update
The following documentation elements have been updated:
Contributor's checklist