pentaho shell 步骤如何工作以及 pentaho 如何记录 shell 步骤输出
How does the pentaho shell step works and how does pentaho logs the shell step output
我正在尝试阅读 Pentaho DI 的代码。特别是,我非常有兴趣了解 pentaho DI 作业的日志记录和等待机制,直到 shell 步骤完成。任何人都可以帮我了解细节。我无法获得有关 shell 步骤的所需信息。
作业将等待 shell 步骤完成。日志记录由 OS 完成,因此这将遵循 OS.
的正常日志记录
Documentation for the shell step
执行脚本的Java代码为here。
我正在尝试阅读 Pentaho DI 的代码。特别是,我非常有兴趣了解 pentaho DI 作业的日志记录和等待机制,直到 shell 步骤完成。任何人都可以帮我了解细节。我无法获得有关 shell 步骤的所需信息。
作业将等待 shell 步骤完成。日志记录由 OS 完成,因此这将遵循 OS.
的正常日志记录Documentation for the shell step
执行脚本的Java代码为here。