[
https://issues.apache.org/jira/browse/OOZIE-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430671#comment-13430671
]
Virag Kothari commented on OOZIE-942:
-------------------------------------
I modified one of the testcases to make the name empty and got E0738.
Below is that modification:
public void testVerifyParametersDefined() throws Exception {
Configuration conf = new Configuration(false);
conf.set("hello", "planet");
String str = "<root xmlns=\"uri:oozie:workflow:0.4\"><parameters>"
+ "<property><name></name></property>"
+ "</parameters></root>";
ParameterVerifier.verifyParameters(conf, XmlUtils.parseXml(str));
}
> 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