在重新运行Oozie作业时,如何覆盖协调器配置属性?

时间:2018-09-27 12:05:00

标签: oozie oozie-coordinator

如何在下面的coord xml中覆盖nominal_time属性?

<action>
    <workflow>
        <app-path>${app_path}/workflow</app-path>
        <configuration>
            <property>
                <name>nominal_time</name>
                <value>${coord:epochTime(coord:nominalTime(), 'false')}</value>
            </property>
        </configuration>
    </workflow>
</action>

0 个答案:

没有答案