apache / celeborn

Apache Celeborn is an elastic and high-performance service for shuffle and spilled data.
https://celeborn.apache.org/
Apache License 2.0
862 stars 351 forks source link

[CELEBORN-1240][FOLLOWUP] Introduce web profile for web module #2679

Closed SteNicholas closed 2 weeks ago

SteNicholas commented 1 month ago

What changes were proposed in this pull request?

Introduce web profile for web module.

Why are the changes needed?

The compilation speed of web module is sometimes very slow due to the influence of the network, which hinders the development process.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI.

FMX commented 1 month ago

Thanks. There are some changes to be done in the sbt build script.

SteNicholas commented 3 weeks ago

@FMX, PTAL.

SteNicholas commented 2 weeks ago

@FMX, thanks for review. I have addressed above comment and actived the web module in sbt. PTAL.