GH-182: WorkflowFunctionalSpec needs to fix chmod examples
----------------------------------------------------------
Key: OOZIE-175
URL: https://issues.apache.org/jira/browse/OOZIE-175
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
The following examples are wrong.
1.
<chmod path='${jobOutput}' permissions='-rwxrw-rw-'>
<dir-files>true</dir-files>
</chmod>
Try this, it will return error:
org.apache.oozie.command.CommandException: E0701: XML schema error,
cvc-complex-type.2.1: Element 'chmod' must have no
character or element information item [children], because the type's content
type is empty.
2 The quote is wrong.
<chmod path='[PATH]' permissions='[PERMISSIONS]' dir-files="false />
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira