- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Oozie workflow use dynamic properties file
- Labels:
-
Apache Oozie
Created ‎05-16-2016 04:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a oozie coordinator and workflow. I want to create the workflow properties file dynamically just before workflow is submitted every time. It looks both oozie coordinator and workflow can use only a single properties file. Is it possible to implement the below requirements?
1. Create oozie coordinator with 2 workflows
2. The 1st workflow (which has Java action) creates the workflow properties file
3. The 2nd workflow uses the properties file created in step (2)
Created ‎07-08-2016 04:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use a shell script and replace the properties file before the second WF invocation.
This shell script needs to be called from the first WF.
Created ‎07-08-2016 04:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use a shell script and replace the properties file before the second WF invocation.
This shell script needs to be called from the first WF.
