It is unclear to me why one should need to resort to looking in logs for data that Oozie explicitly accepts in its API. What is the purpose of the setter if not to provide data to the user?
On Fri, Jul 12, 2013 at 6:35 PM, Mona Chitnis <[email protected]> wrote: > Hi Alexander, > > Maybe you would want to log it via the custom action executor class and > refer to logs via UI? > > -- > Mona > > On 7/12/13 9:54 AM, "Alexander Taggart" <[email protected]> wrote: > > >I have a custom action executor that > >invokes > >org.apache.oozie.action.ActionExecutor.Context.setExecutionData(String, > >Properties) upon completion. I cannot find any way to access that data > >through the oozie console. > >
