Oozie java event repositories capture output / exported properties in a property file defined by the Hadoop Job attribute: oozie.action.output.properties at run time. When the action is completed, the data is then serialized in the Oozie data warehouse - Mysql or in-memory db, in the table - oozie.WF_ACTIONS, column data.
Now the data here is visible to other actions related to this java output action.
source share