[ 
https://issues.apache.org/jira/browse/OOZIE-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423407#comment-13423407
 ] 

Britt Cyr commented on OOZIE-926:
---------------------------------

if (!ACTION XML has job-tracker)
  if (GLOBAL XML has job-tracker)
    add GLOBAL XML job-tracker to ACTION XML
  else 
    FAIL


Is ACTION XML the actual workflow xml, or the JDOM Element for the action?

Is this needed in the protoActionConf? The protoActionConf doesn't parse the 
xml. The properties set in the protoActionConf wouldn't be in the workflow.xml
                
> handling of global configuration is not correct
> -----------------------------------------------
>
>                 Key: OOZIE-926
>                 URL: https://issues.apache.org/jira/browse/OOZIE-926
>             Project: Oozie
>          Issue Type: Bug
>          Components: workflow
>    Affects Versions: trunk
>            Reporter: Alejandro Abdelnur
>            Priority: Blocker
>             Fix For: trunk
>
>
> Global configuration should have <job-xml> elements (0..unbound)
> The current logic augments the actions JDOM elements at parsing time in the 
> handleGlobals() method.
> This method is not handling the case of more than 1 <job-xml> in the action.
> If there are comments in the WF XML the indexes will be off.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to