每当有人使用“杀手”按钮从HUE中杀死工作时,我都试图执行脚本。
但是,没有使用此类动作名称来触发脚本。 任何建议
enter code here
<action name=??>
<ssh xmlns="uri:oozie:ssh-action:0.1">
<host>${User}@${OozieHost}</host>
<command>${Homepath}/test.sh</command>
<args>${ARGName}</args>
</ssh>