You can keep one job.properties file for the common properties. The other
properties you can pass as -D option in Oozie CLI command. The wf.apppath and
coord.apppath may not work well in one submission. In general, Oozie look for
wf.apppath first in the job submission assuming it is a Workflow job. if not ,
then it looks for coord.apppath.
Regards,Mohammad
On Sunday, December 7, 2014 5:53 PM, Annie Lane <[email protected]>
wrote:
I have a coordinator definition coordinator.xml which references my
workflow job workflow.xml.
I would like to be able to schedule the coordinator to run every night at
midnight, but also allow the workflow to be executed in an ad-hoc way.
I think I can do this by creating two separate job.properties config files,
but there is obviously a lot of duplication. What I would like is to have a
single job.properties file, which contains coordinator and workflow config
in it.
Is this possible?