turboFei commented on code in PR #2892:
URL: https://github.com/apache/celeborn/pull/2892#discussion_r1833409090
##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/http/api/v1/ApplicationResource.scala:
##########
@@ -55,6 +54,19 @@ class ApplicationResource extends ApiRequestContext {
}.toSeq.asJava)
}
+ @ApiResponse(
+ responseCode = "200",
+ content = Array(new Content(
+ mediaType = MediaType.APPLICATION_JSON,
+ schema = new Schema(implementation = classOf[HandleResponse]))),
+ description = "Delete resource of an app")
+ @DELETE
+ def deleteApp(request: DeleteAppsRequest): HandleResponse = {
Review Comment:
done
##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/http/api/v1/ApplicationResource.scala:
##########
@@ -96,41 +108,18 @@ class ApplicationResource extends ApiRequestContext {
new
HostnamesResponse().hostnames(statusSystem.hostnameSet.asScala.toSeq.asJava)
}
- @Path("/reviseLostShuffles")
+ @Path("/revise_lost_shuffles")
Review Comment:
update the readme
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]