I need to setup an Oozie job that runs every 1 hour from 9am till 5pm and then stop for the day. And then do the same for all week days. I know how to set up something that starts at a given time and does that, but not able to figure out how to make it stop at 5pm. Appreciate the help!
Setup an oozie that stops after a few runs
29 Views Asked by endless 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
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?
I figured out that, Oozie frequency syntax is no different from Crontab. So, I did something like this to make it happen.