在使用 Talend Studio 进行并行化工作后,我必须执行更多操作.如何放置连接 OnSubJobOk? [英] I have to perform more stuff after the parallelization work using Talend Studio. How do I place a connecting OnSubJobOk?

查看:18
本文介绍了在使用 Talend Studio 进行并行化工作后,我必须执行更多操作.如何放置连接 OnSubJobOk?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在 talend 中实现并行化.我有它的工作,但现在我不知道如何将并行化工作连接到下一部分.通常,您会单击前一个块并选择 OnSubjobOk.该选项不会出现.是否还有其他我不知道的组件需要添加?

I am trying to implement parallelization within talend. I have it working, but now I don't know how to connect the parallelization work to the next part. Usually, you would click on the previous block and select OnSubjobOk. That option doesn't appear. Is there another component that I need to add that I don't know about?

推荐答案

tParallelize 的基本设置下,您会找到选项 Wait For.这有两个选项 -

Under the basic settings of tParallelize you would find the option Wait For. This have two options -

  1. 第一个子作业结束:对要执行的相关子作业进行排序第一个子作业结束
  2. end of all subjobs:在所有子作业结束时对要执行的相关子作业进行排序子作业.

因此,您所要做的就是通过选择触发器 - synchronize(wait for all) 将您的下一部分 - 您的子作业与 tParallelize 组件连接起来.这将确保一旦所有并行子作业/组件都执行完毕,与 synchronize(wait for all) 相关的子作​​业将被执行.

So, all you have to do is connect your next part - your sub job with the tParallelize component by selecting the trigger - synchronize(wait for all). This would ensure once all the parallel subjobs/components are executed the sub job connected with synchronize(wait for all) will be executed.

这篇关于在使用 Talend Studio 进行并行化工作后,我必须执行更多操作.如何放置连接 OnSubJobOk?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆