### What changes were proposed in this pull request? As title, sub task of [CELEBORN-1628](https://issues.apache.org/jira/browse/CELEBORN-1628) ### Why are the changes needed? To return more peer info, likes priority. and also return the group log info. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? <img width="1607" alt="image" src="https://github.com/user-attachments/assets/4f5cef5a-d42b-47be-888f-46ad05f7105d"> Closes #2780 from turboFei/more_group_info. Authored-by: Wang, Fei <fwang12@ebay.com> Signed-off-by: Shuang <lvshuang.xjs@alibaba-inc.com> |
||
|---|---|---|
| .. | ||
| src/main | ||
| pom.xml | ||
| README.md | ||
Celeborn OpenAPI Client
To update the OpenAPI specification
- just update the specification under
openapi/openapi-client/src/main/openapi3/and keep the schema definitions consistent between master and worker. - Install JDK 11 or above by whatever mechanism is appropriate for your system, and set that version to be the default Java version (e.g., by setting env variable
JAVA_HOME) - run the following:
orbuild/mvn -pl openapi/openapi-client clean package -Pgenerate
This will regenerate the OpenAPI data models + APIs in the celeborn-openapi-client SDK.build/sbt "clean;celeborn-openapi-client/generate"