Note: It is recommended to use under_score
style naming for new RESTful APIs to maintain consistency.
To update the OpenAPI specification
openapi/openapi-client/src/main/openapi3/
and keep the schema definitions consistent between master and worker.JAVA_HOME
)build/mvn -pl openapi/openapi-client clean package -Pgenerateor
build/sbt "clean;celeborn-openapi-client/generate"This will regenerate the OpenAPI data models + APIs in the celeborn-openapi-client SDK.