You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2012/07/24 20:49:37 UTC

[jira] [Created] (OOZIE-922) Global section code doesn't properly handle extension actions

Robert Kanter created OOZIE-922:
-----------------------------------

             Summary: Global section code doesn't properly handle extension actions
                 Key: OOZIE-922
                 URL: https://issues.apache.org/jira/browse/OOZIE-922
             Project: Oozie
          Issue Type: Bug
            Reporter: Robert Kanter
            Assignee: Robert Kanter


The Global section added in OOZIE-874 doesn't properly handle extension actions (e.g. hive, distcp, etc).  The code uses the root namespace when parsing the action elements, but in an extension action, the namespace is actually different from the root namespace; so, the code acts as if <name-node>, <job-tracker>, and <configuration> elements are never specified in any extension actions.  

--
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

        

[jira] [Commented] (OOZIE-922) Global section code doesn't properly handle extension actions

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421786#comment-13421786 ] 

Alejandro Abdelnur commented on OOZIE-922:
------------------------------------------

+1
                
> Global section code doesn't properly handle extension actions
> -------------------------------------------------------------
>
>                 Key: OOZIE-922
>                 URL: https://issues.apache.org/jira/browse/OOZIE-922
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>         Attachments: OOZIE-922.patch
>
>
> The Global section added in OOZIE-874 doesn't properly handle extension actions (e.g. hive, distcp, etc).  The code uses the root namespace when parsing the action elements, but in an extension action, the namespace is actually different from the root namespace; so, the code acts as if <name-node>, <job-tracker>, and <configuration> elements are never specified in any extension actions.  

--
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

        

[jira] [Updated] (OOZIE-922) Global section code doesn't properly handle extension actions

Posted by "Robert Kanter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Kanter updated OOZIE-922:
--------------------------------

    Attachment: OOZIE-922.patch
    
> Global section code doesn't properly handle extension actions
> -------------------------------------------------------------
>
>                 Key: OOZIE-922
>                 URL: https://issues.apache.org/jira/browse/OOZIE-922
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>         Attachments: OOZIE-922.patch
>
>
> The Global section added in OOZIE-874 doesn't properly handle extension actions (e.g. hive, distcp, etc).  The code uses the root namespace when parsing the action elements, but in an extension action, the namespace is actually different from the root namespace; so, the code acts as if <name-node>, <job-tracker>, and <configuration> elements are never specified in any extension actions.  

--
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