Kettle 4.0.1 稳定社区版无法打开 pan 和 carte 的 .bat 文件
大家好,
我使用的是kettle4.0.1社区版本,在这里我对勺子很满意,但是对于运行工作以及我需要使用pan和carte,我的问题不是spoon.bat,而是pan.bat和carte.bat正在开放。我也无法运行 kitchen.bat..有人可以建议我最好的解决方案吗
Hhi all,
I'm using kettle4.0.1 communty version, here iam comfortable with spoon, but for running jobs and all i need to use pan and carte, my problem is other than spoon.bat niether of pan.bat nor carte.bat is opening. iam unable to run kitchen.bat also.. can someone suggest me with best solution
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,为了运行作业,您需要使用kitchen.bat(除非您想远程执行它们)。 Kitchen、Pan 和 Carte 是命令行工具,因此您还需要在命令行上指定参数。
例如,您希望以最低日志级别运行位于
C:/jobs/
中名为job.kjb
的文件。您可以从命令行执行 kitchen.bat,如下所示,另请参阅此处的更多信息:
http://wiki.pentaho.com/display/EAI/Kitchen+User+Documentation
First of all, in order to run jobs you will need to use
kitchen.bat
(unless you want to execute them remotely). Kitchen, Pan and Carte are command line tools, therefore you will need to specify your parameters also on the command line.For example, you want to run a file called
job.kjb
located inC:/jobs/
with a minimal log level. You would execute kitchen.bat from the commandline as followsPlease see also more information here:
http://wiki.pentaho.com/display/EAI/Kitchen+User+Documentation