You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Execute multiple tasks submitted at once in one engine
Processing plan
FixedEngineConn tag during task execution, which enables multiple tasks to be executed in one engine through tags
The text was updated successfully, but these errors were encountered:
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
👉 How to Participate in Project Contribution.
需求背景
用户使用 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
The text was updated successfully, but these errors were encountered: