apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.81k stars 1.76k forks source link

[Feature][Core]Added support for batch stop client commands #7512

Closed zhangshenghang closed 5 days ago

zhangshenghang commented 2 weeks ago

Search before asking

Description

Added support for batch start and stop client commands

https://seatunnel.apache.org/docs/2.3.7/seatunnel-engine/user-command

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

Carl-Zhou-CN commented 2 weeks ago

I look forward to your contribution @zhangshenghang

zhangshenghang commented 2 weeks ago

@dailai @Carl-Zhou-CN @Hisoka-X

Do you have any good suggestions? How to submit and stop batch tasks on the command line? I mainly want to discuss how it is more convenient to use. The current single task submission is:

sh bin/seatunnel.sh --config $SEATUNNEL_HOME/config/v2.batch.config.template --async -n myjob
Hisoka-X commented 2 weeks ago

@dailai @Carl-Zhou-CN @Hisoka-X

Do you have any good suggestions? How to submit and stop batch tasks on the command line? I mainly want to discuss how it is more convenient to use. The current single task submission is:

sh bin/seatunnel.sh --config $SEATUNNEL_HOME/config/v2.batch.config.template --async -n myjob
  1. So batch submit mode can not trace log?
  2. Any other project supported feature like this?
dailai commented 1 week ago
  1. The main scenario is batch submission of recovery tasks and no batch submission of new tasks