apache / apache/gravitino

[Improvement] Accelerate compileDistribution task for Gravitino

Open
#4,174 3 comments 0 reactions 0 assignees View on GitHub
improvement
Dominant language
Java
Stars
3.2k
Forks
935
Avg merge
1d 15h
Merged PRs (30d)
315

Description

### What would you like to be improved?

If we run

```
./gradlew compileDistribution -x test -x web
```
It will take as long as 10 minutes. We need to speed up the construction process.

### How should we improve?

_No response_

Contributor guide

Open the contributing guide

Research direction

Start by running ./gradlew compileDistribution -x test -x web and inspect the build configuration and tasks involved in compileDistribution. Measure which stages account for the reported 10-minute build time, then verify that the task completes correctly with a substantially shorter construction time.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.