[Improvement][dolphinscheduler-dist] Reduce binary distribution file size #16125
Closed
3 tasks done
Labels
improvement
make more easy to user or prompt friendly
Search before asking
Description
Now the binary compressed package has exceeded 1GB, and it is no longer possible to release the version, and the file size is too large to be convenient for transmission and deployment.
My solution is to extract the jar files in the libs directory of all submodules to the libs directory of the common project root, and then the submodules use the soft links of the jar files.
After testing, the binary compressed package can be reduced from the original 1.2GB to 380MB
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: