I want to run oozie coordinator with start time as sysdate. How do I do that?
is it possible to put sysdate as start date ? Will it catch up?
相关问题
- Generating Oozie Workflows using Java Code
- Oozie keep adding a old version of httpcore jar to
- Exporting jobs listed in Oozie Web Console
- Submit Oozie Job from another job's java actio
- Report of oozie jobs
相关文章
- Oozie s3 as job folder
- Tables created by oozie hive action cannot be foun
- How to pass Jar files to shell script in OOZIE she
- Oozie workflow: Hive table not found but it does e
- sqoop fails to store incremental state to the meta
- How to configure oozie workflow for multi-input pa
- Oozie Workflow failed due to error JA017
- Apache Oozie failed loading ShareLib
You can make coorodinator's "start" refer to a variable - startTime, then overwrite its value with sysdate from command line, such as:
adjust the time format if you are not using UTC time zone in your system.
sample coordinator job xml:
coordinator attribute file coord.properties: