Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为日期范围运行一个 oozie 工作作为季后至今。如何设置它以使开始实例具有季度开始日期
似乎最简单的方法是从季度开始并将频率设置为每三个月:
<coordinator-app name="coord" frequency="${coord:months(3)}" start="2015-01-01T00:00Z" end= "2115-01-01T00:00Z" timezone="UTC" xmlns="uri:oozie:coordinator:0.1">