Closed v-kkhuang closed 1 year ago
We are glad that you are contributing by opening this issue.
Please make sure to include all the relevant context. We will be here shortly.
If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.
WeChat Assistant | WeChat Public Account |
---|---|
Name | Description | Subscribe | Unsubscribe | Archive |
---|---|---|---|---|
dev@linkis.apache.org | community activity information | subscribe | unsubscribe | archive |
需求背景
用户使用 JDBC Driver 执行任务时, 如果是执行的多任务提交,多个任务会执行在多个引擎当中,会造成资源浪费
目标
1.将一次提交的多个任务执行在一个引擎中
处理方案
执行任务时 fixedEngineConn 标签,ecm 通过标签实现多个任务在一个引擎中执行
Requirement background
When users use linkis jdbc to execute tasks, if multiple tasks are submitted for execution, multiple tasks will be executed in multiple engines, resulting in resource waste
Goal
Processing plan
FixedEngineConn tag during task execution, which enables multiple tasks to be executed in one engine through tags