Skip to content

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
rangareddy:br_arrange_bundle_entries
Closed

docs: Rearrange the Bundle entries in download page and set Scala 2.13 as default version in spark quick start guide#14336
rangareddy wants to merge 2 commits intoapache:asf-sitefrom
rangareddy:br_arrange_bundle_entries

Conversation

@rangareddy
Copy link
Collaborator

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:

  • Modified the configuration or underlying data of the Hudi website's download page to rearrange the listing order of the available bundle artifacts.
  • Updated the Spark Quick Start Guide documentation:

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:

  • Download Page: The manifest/configuration that defines the order of bundles on the Hudi website's download page has been updated to reflect the new prioritization.
  • Spark Quick Start Guide: All setup instructions, environment variable definitions, and command examples are revised to specify SCALA_VERSION=2.13 as the default.

Contributor's checklist

  • Read through contributor's guide
  • Enough context is provided in the sections above
  • Adequate tests were added if applicable

…3 as default version in spark quick start guide
@github-actions github-actions bot added docs size:M PR with lines of changes in (100, 300] labels Nov 24, 2025
…3 as default version in spark quick start guide
export HUDI_VERSION=1.1.0
# For Scala versions: 2.12/2.13
export SCALA_VERSION=2.12
export SCALA_VERSION=2.13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you apply the quick start changes to 1.1 versioned docs too? the website has already cut off the version

@rangareddy
Copy link
Collaborator Author

Raised another PR so closing the PR #14342

@rangareddy rangareddy closed this Nov 24, 2025
@rangareddy rangareddy deleted the br_arrange_bundle_entries branch November 24, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M PR with lines of changes in (100, 300]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants