用于运行 Talend 作业的前端
我正在为我们的操作员寻找一个前端来运行我们的 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Talend 的订阅版本(称为 Talend Integration Suite,或 TIS)正是具备这一点。它是一个名为 Talend Administration Center (TAC) 的基于 Web 的控制台,它允许操作员运行作业并监控其结果等。可以按照您描述的方式设置权限,以便操作员无法删除或修改作业。
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.
在我的公司,我们使用 SOS Job Scheduler< /a>,您可以将其与开箱即用的 TOS 一起用作通用的 DIY 调度解决方案。最近,我正在开发一个 Talend Custom Component,以在前者和后者之间进行深度集成(例如日志传播、上下文参数共享等。基本上,它允许您从 TOS 作业使用 SOS API)。如果您需要的话,我可以在几天内加速并放到 github 上:)
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 :)
您可以将作业导出为脚本 (.sh),任何人都可以执行该作业,并且无法删除这些作业。
要查看执行详细信息,请将一些 tlog 组件放入您的 talend 作业中。
如果您只有开放工作室(免费版本),这只是一种解决方法,而不是解决方案。
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).
我使用 Rundeck 手动和按计划执行 Talend 作业。我发现 Rundeck 中的作业设置和调度比 SpagoBI(我经常用于报告和 BI)中容易得多。
您还可以使用 automic (uc4) 自动化引擎之类的东西。它具有细粒度的安全性,并且是一种商业产品。我过去曾用它来完成类似的工作。
I'm using Rundeck for manual and scheduled execution of Talend jobs . I find the job setup and scheduling to be far easier in Rundeck than in SpagoBI (which I frequently use for reports and BI).
You could also use something like automic (uc4) automation engine. It has fine grained security and is a commercial product . I've used it in the past for similar work.