我在我的Windows机器上安装了Pentaho-Spoon,所有的转换/作业都存储在一个数据库存储库中。
现在,我们要为转换和作业设置一个调度程序。
作为一个新手,我只知道我需要在Windows Scheduler中使用一个批处理文件,该文件的地址为itchen.bat/pan.bat,以及要调度的作业/转换的地址。
我是否需要在存储库所在的服务器上安装Pentaho数据集成工具?即使我这样做了,如何从存储库获取地址呢?
发布于 2020-08-27 19:11:16
这可以通过Windows Scheduler.Just需要触发一个批处理文件来完成,如下例所示:
C:\\data-integration\kitchen.bat /rep:"PentahoRepository" /job:"TestJob" /dir:\<direcoryname> /user:<usernamm> /pass:<password> /level:Basichttps://stackoverflow.com/questions/63573795
复制相似问题