在Oozie中设置定时任务可以通过workflow.xml文件中的节点和节点来实现。具体步骤如下: 在workflow.xml文件
在Oozie中设置定时任务可以通过workflow.xml文件中的
<start to="myAction">
<timefreq>5 * * * *</timefreq>
</start>
上面的例子表示每隔5分钟触发一次定时任务。
<action name="myAction">
<shell xmlns="uri:oozie:shell-action:0.1">
<exec>script.sh</exec>
<argument>arg1</argument>
</shell>
<ok to="end"/>
<error to="fail"/>
</action>
通过以上步骤,就可以在Oozie中设置定时任务。
--结束END--
本文标题: 在Oozie中如何设置定时任务
本文链接: https://lsjlt.com/news/588498.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0