In oozie, the input-events are straightforward. It looks for the list of files/folders mentioned in the data-in tags and if those are not available, the action is put in WAITING state.
My question is what happens to the files/folders mentioned in output-events tag? Does oozie create the mentioned files/folders or does it just mentions that these files/folders will be created by the workflow jobs? Is the responsibility of creating these folders are on the developer via workflow job and not on oozie itself?
Link to stackoverflow question : http://stackoverflow.com/q/33234195/2801303