You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2015/09/09 17:51:45 UTC

[jira] [Created] (OOZIE-2359) Reduce the number of reads of workflow job conf in JavaActionExecutor

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)