本文是小编为大家收集整理的关于运行Talend工作的前端的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。
问题描述
我正在寻找运营商的前端来运行我们的塔伦德·乔布斯(Talend Jobs).我们不希望他能够删除或修改作业.只是为了运行它们并监视他们的结果.有关此操作的工具的任何建议吗?
谢谢
推荐答案
Talend的订阅版(称为Talend Integration Suite或TIS)就是这样.这是一个基于Web的控制台,称为TALEND管理中心(TAC),它允许操作员运行工作并监视其结果 - 等等.可以以您描述的方式设置权限,以使操作员无法删除或修改作业.
其他推荐答案
在我的公司中,我们使用 SOS作业调度程序,您可以将其作为一般DIY调度解决方案与TOS开箱即用.就这些天,我正在研究一个自定义组件,以在第一个和后者之间深入集成(例如log-propagation,上下文参数共享等.基本上,它让您使用TOS作业中的SOS API).如果需要的话,我可以加速并在几天内放在GitHub上:)
其他推荐答案
您可以按照脚本(.sh)的形式导出作业,任何人都可以执行它,并且将无法删除这些作业. 要查看执行详细信息,将一些TLOG组件放入您的Talend作业中. 如果您只有开放式工作室(免费版本),这只是解决方案的工作.
问题描述
I am looking for a front end for our operator to run our Talend jobs. We do not want him to have the ability to delete or modify jobs. Only to run them and monitor their results. Any suggestions for tools for doing this?
Thanks
推荐答案
The subscription version of Talend (called Talend Integration Suite, or TIS) has precisely that. It's a web-based console called Talend Administration Center (TAC) and it allows an operator to run jobs and monitor their results -- among many other things. The permissions can be set in the way you described, so that the operator is not able to delete or modify the jobs.
其他推荐答案
In my company we use SOS Job Scheduler, which you can use with TOS out-of-the-box as a general diy scheduling solution. Just these days I'm working on a Talend Custom Component to integrate deeply between the first and the latter (like log-propagation, context parameter sharing and so on. Basically it let you use SOS API from a TOS job). I can speed-up and put on github in a few days, if you need :)
其他推荐答案
You can export job as shall script (.sh) and anyone can execute that and will not able to delete those jobs. To see the execution details put some tlog component into your talend jobs. This is just a work around not the solution if you only have open studio (free version).