[docs] update quickstart paimon to align to latest branch#2576
Merged
luoyuxia merged 1 commit intoapache:mainfrom Feb 6, 2026
Merged
[docs] update quickstart paimon to align to latest branch#2576luoyuxia merged 1 commit intoapache:mainfrom
luoyuxia merged 1 commit intoapache:mainfrom
Conversation
41a0a11 to
cb91107
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refactors the Paimon quickstart guide to eliminate the dependency on the custom apache/fluss-quickstart-flink Docker image. Instead, it uses the standard Flink image and provides instructions for manually downloading required JAR files.
Changes:
- Added step-by-step instructions for downloading required JAR dependencies (Fluss connectors, Paimon bundles, Hadoop support, etc.)
- Updated Docker Compose configuration to use standard
flink:1.20-scala_2.12-java17image instead of custom quickstart image - Modified Flink container entrypoints to copy JARs from mounted volumes
- Added volume mounts for
/tmp/flussdirectory alongside existing/tmp/paimonmounts - Updated SQL client command from
./sql-clientto./bin/sql-client.shto match standard Flink distribution - Removed outdated documentation about the custom quickstart image and optional Paimon file inspection commands
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cb91107 to
d249dac
Compare
d249dac to
4127640
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4127640 to
b5ed379
Compare
Contributor
|
looks good to me |
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: close #2575
Brief change log
update paimon quickstart to align with latest code.
Tests
API and Format
Documentation