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

Virag Kothari commented on OOZIE-942:
-------------------------------------

For wf, in liteworkflowAppParser, wfDefElement.getNamespaceURI()
For coord, in CoordSubmitX, coordJob.getAppNameSpace().getURI();
For Bundle, it doesn't seem like we have a cheap way. But 
XmlUtils.removeComments() is immediately called after XmlUtils.parseXml in 
ParameterVerifier. They both are parsing the XML. I was wondering if there is 
an easy way to merge this two parsing methods.

For 2, I see that the E0738 is thrown which seems more specific to value of the 
parameter missing. Can the error message be like 'name cannot be empty'

                
> Add formal Parameters to bundle XML
> -----------------------------------
>
>                 Key: OOZIE-942
>                 URL: https://issues.apache.org/jira/browse/OOZIE-942
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>         Attachments: OOZIE-942.patch
>
>
> Just like OOZIE-239 but add formal parameters to Bundle jobs too.  
> There's also a minor bug in OOZIE-239 that will prevent Oozie from printing a 
> warning when a user submits a coordinator job using schema >= 0.4 without a 
> <parameters> section.

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