[lake/hudi][docs] Add Hudi tiering service documentation#3549
Open
fhan688 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a dedicated, user-facing Apache Hudi integration guide to the Fluss website and updates existing configuration/option descriptions to include Hudi as a supported lakehouse (datalake) format.
Changes:
- Added a comprehensive Hudi Tiering Service guide (dependencies, configuration, tiering job startup, table mapping, reads, and limitations).
- Updated tiered storage and lakehouse docs to list Hudi among supported formats.
- Updated configuration/option descriptions (website +
ConfigOptions) to reflect Hudi support.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/streaming-lakehouse/integrate-data-lakes/formats/hudi.md | New end-to-end documentation for configuring and using Hudi as Fluss lakehouse storage. |
| website/docs/maintenance/tiered-storage/overview.md | Updates supported lakehouse formats list to include Hudi. |
| website/docs/maintenance/tiered-storage/lakehouse-storage.md | Updates lakehouse storage description to include Hudi as supported. |
| website/docs/maintenance/configuration.md | Updates datalake.format documentation to include Hudi. |
| website/docs/engine-flink/options.md | Updates table.datalake.format documentation to include hudi. |
| fluss-common/src/main/java/org/apache/fluss/config/ConfigOptions.java | Updates option descriptions to include hudi in supported datalake formats. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Purpose
Linked issue: #3514
This PR adds user-facing documentation for using Fluss Tiering Service with Apache Hudi.
The Hudi lake integration has already been implemented in the
fluss-lake-hudimodule, but the website didnot yet provide a dedicated guide that explains how to configure Hudi as lakehouse storage, start the tiering
service, create Hudi-backed Fluss tables, and read tiered data.
Brief change log
streaming-lakehouse/integrate-data-lakes/formats.and Flink tiering service startup.
with the code.
mapping, auto compaction, commit metadata, and current limitations.
Tests
git diff --checkmvn -q -pl fluss-common -am -DskipTests -DskipITs -Dcheckstyle.skip=true compileWebsite build was not run locally because
website/node_modulesis not installed in the current workspace.API and Format
No API or storage format changes.
This PR only adds documentation and updates option descriptions to reflect that Hudi is now a supported
lakehouse format.
Documentation
This PR introduces the Hudi Tiering Service integration guide and updates existing lakehouse storage
documentation to include Hudi.