4

在我的 oozie coordinator.xml 中,我不想指定结束时间。有没有办法做到这一点。

协调器.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>
4

1 回答 1

4

不。请指定遥远的将来的某个时间,例如“2109-02-02T00:00Z”。

于 2013-04-25T10:14:42.140 回答