Rohini Palaniswamy created OOZIE-2359:
-----------------------------------------
Summary: Reduce the number of reads of workflow job conf in
JavaActionExecutor
Key: OOZIE-2359
URL: https://issues.apache.org/jira/browse/OOZIE-2359
Project: Oozie
Issue Type: Improvement
Reporter: Rohini Palaniswamy
wfJobConf = new XConfiguration(new
StringReader(context.getWorkflow().getConf())); is done in a lot of places.
Can be done once in the start method and made a local variable of the class.
But will have to end up changing lot of method signatures to remove Context.
Instead probably can have a map to cache the wfJobConf for a context.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)