FWLamb commented on code in PR #3676:
URL:
https://github.com/apache/incubator-seatunnel/pull/3676#discussion_r1055314822
##########
seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/args/ClientCommandArgs.java:
##########
@@ -49,6 +49,14 @@ public class ClientCommandArgs extends AbstractCommandArgs {
description = "Get job status by JobId")
private String jobId;
+ @Parameter(names = {"-can", "--cancel-job"},
+ description = "Cancel job by JobId")
+ private String cancelJobId;
+
+ @Parameter(names = {"-m", "--metrics"},
Review Comment:
@Hisoka-X @EricJoy2048 Hello, The latest code `-m` parameter has been used.
Does this PR still need to be done? What should I do?
--
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]