I have a requirement for which a workflow is on demand run.But there is a task ( curl command) to get triggered at a future time .
Running Oozie Action on a future date
234 Views Asked by byomjan At
1
There are 1 best solutions below
Related Questions in OOZIE
- How often does the oozie coordinator check for the presence of files in Synchronous Datasets?
- Spark Oozie job stuck in RUNNING state
- Apache Crunch Job On AWS EMR using Oozie
- OOZIE coordinator jobs always showing in RUNNING state - max concurrency reached
- Cannot run program "script.sh" (in directory "/app/hadoop/tmp/nm-local-dir/usercache/nirmalya/appcache/application) error=2, No such file or directory
- Incorrect behavior Oozie with increased load. Hanging subsidiaries in the status "RUNNING"
- Output data exceeds its limit [20480]
- Oozie Workflow Failing
- Oozie 5.2.1 with hadoop 2.7.2
- On renaming a column in hive table, it removed all values of that column for its previous data prior to deployment
- Oozie Coordinator Jobs are getting killed automatically without much information
- what is the number of application masters spawned in oozie workflow
- Apache Oziee error: org.apache.oozie.action.ActionExecutorException: Action of type spark is not supported
- Auto Rerun of Oozie workflow when killed
- How to automate job of flink sql with Oozie on HUE?
Related Questions in OOZIE-COORDINATOR
- How often does the oozie coordinator check for the presence of files in Synchronous Datasets?
- OOZIE coordinator jobs always showing in RUNNING state - max concurrency reached
- On renaming a column in hive table, it removed all values of that column for its previous data prior to deployment
- Oozie coordinator app, how to configure action triggered by external data source?
- How to schedule job on Oozie every exactly n day regardless of the month
- oozie intial instance and start time giving error on missing dataset
- Oozie coordinator get day of the week
- Running Python Script in OOzie with special libraries without install them to server
- Getting "Delegation Token can be issued only with kerberos or web authentication" executing Hive query in shell script
- Using Beeline as an example (vs hive cli)?
- How to kill/cancel a coordinator action before the workflow starts?
- How to mark an Oozie workflow action's status as OK
- How to get the first day of the month in input-events in oozie coordinator?
- Running Oozie Action on a future date
- Oozie property file value not reading from spark
Related Questions in OOZIE-WORKFLOW
- Spark Oozie job stuck in RUNNING state
- Cannot run program "script.sh" (in directory "/app/hadoop/tmp/nm-local-dir/usercache/nirmalya/appcache/application) error=2, No such file or directory
- Incorrect behavior Oozie with increased load. Hanging subsidiaries in the status "RUNNING"
- Output data exceeds its limit [20480]
- Oozie Workflow Failing
- Send row count of a table in Oozie success email
- On renaming a column in hive table, it removed all values of that column for its previous data prior to deployment
- Apache Oziee error: org.apache.oozie.action.ActionExecutorException: Action of type spark is not supported
- Auto Rerun of Oozie workflow when killed
- How to automate job of flink sql with Oozie on HUE?
- Setting the job priority in YARN with oozie workflow
- Oozie action triggered by kafka messages
- Oozie coordinator app, how to configure action triggered by external data source?
- FileNotFoundError for a json file on hdfs location when running oozie
- Slack alerts for oozie job status alerting
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can use coordinator jobs to schedule your workflows.
The are tons of option, but the most important thing is the following part of the
coordinator.xmlwhere you can specify your start and end date:Checking the
cron-scheduleexample of Oozie might also help: https://github.com/apache/oozie/tree/release-5.2.0/examples/src/main/apps/cron-schedule