I have a question about Apache Oozie and more specifically on the CDH distribution.
What happens to a coordinator when the workflow it uses has been modified? For example the workflow now uses an extra parameter which is automatically filled in by a variable. This would in theory not require any changes on the coordinator. Do running coordinators still use the configuration of the initial workflow or do they dynamically adapt to the new one. If they still use the old configuration do I then need to define a new coordinator or is resubmitting the same coordinator enough?