[dist] Deploy fluss-dist package with start scripts and config files included#184
Merged
Conversation
luoyuxia
reviewed
Dec 16, 2024
| @@ -51,4 +51,4 @@ logger.netty.level=OFF | |||
| logger.jindo_fsStats.name=com.aliyun.jindodata.common.FsStats | |||
Contributor
There was a problem hiding this comment.
Should we remove the jindo releated properties since there's no jindo...
| <scope>provided</scope> | ||
| </dependency> | ||
|
|
||
| <dependency> |
Contributor
There was a problem hiding this comment.
If remove these dependency in here, fluss-dist wll be build before fluss-lakehouse-paimon, then it'll throw
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.6.0:single (opt) on project fluss-dist: Failed to create assembly: Error adding file to archive: /Users/luoyuxia/Project/fluss/fluss-dist/../fluss-lakehouse/fluss-lakehouse-paimon/target/fluss-lakehouse-paimon-0.6-SNAPSHOT.jar -> [Help 1]
` ```
while building..
Member
Author
|
@luoyuxia thanks, comments addressed. |
ZmmBigdata
pushed a commit
to ZmmBigdata/fluss
that referenced
this pull request
Jun 20, 2025
Ugbot
pushed a commit
to Ugbot/fluss
that referenced
this pull request
Apr 26, 2026
fresh-borzoni
pushed a commit
to fresh-borzoni/fluss
that referenced
this pull request
Jul 3, 2026
fresh-borzoni
pushed a commit
that referenced
this pull request
Jul 4, 2026
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
Package start shell scripts and config files into the
fluss-distjar package, and deployfluss-distto maven central when releasing. This allows companies to directly use the source code of shell scripts and config files and package their own enterprise Fluss distribution by extracting the scripts and conf files from thefluss-distjar.Tests
API and Format
Documentation