- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How many job.properties per workflow, coordinator and bundle for Oozie?
- Labels:
-
Apache Oozie
Created ‎06-07-2017 02:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
I have around 20 workflows with a lot of dependencies between them. Can I have one job.properties for 20 Workflows?
How about coordinator and bundle? Should I use the same job.properties?
Or Do I need to have job.properties for each Workflow, each Coordinator and Bundle?
for example :
/bundle.xml
/job.properties (for bundle properties)
/workflowA
/coordinator.xml
/workflow.xml
/job.properties
/workflowB
/coordinator.xml
/workflow.xml
/job.properties
Please give me advise.
Thanks
Created ‎06-07-2017 03:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
job.properties only contains properties to be propagated to your workflows, so small answer is yes you can have a single job.properties for your 20 workflows.
Bundle and coordinators requires other parameters (like start/endDate) so it's better to have a specific job.properties for them
Created ‎06-07-2017 03:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
job.properties only contains properties to be propagated to your workflows, so small answer is yes you can have a single job.properties for your 20 workflows.
Bundle and coordinators requires other parameters (like start/endDate) so it's better to have a specific job.properties for them
