在我的oozie coordinator.xml中,我不想指定结束时间。 有没有办法做到这一点。
coordinator.xml
<coordinator-app name="MY_APP" frequency="60" start="2009-02-01T00:00Z" end="2009-02-02T00:00Z" timezone="UTC" xmlns="uri:oozie:coordinator:0.1">
<action>
<workflow>
<app-path>hdfs://localhost:9000/tmp/workflows</app-path>
</workflow>
</action>
</coordinator-app>
答案 0 :(得分:3)
没有。在遥远的未来指定一些时间,例如“2109-02-02T00:00Z”。