You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Satish Subhashrao Saley (JIRA)" <ji...@apache.org> on 2016/09/16 21:04:20 UTC

[jira] [Updated] (OOZIE-2673) Include XSD for shell-action:0.3 in documentation

     [ https://issues.apache.org/jira/browse/OOZIE-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Satish Subhashrao Saley updated OOZIE-2673:
-------------------------------------------
    Description: 
We made following fields optional in shell-action:0.3. 
{code}
<xs:element name="job-tracker" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="name-node" type="xs:string" minOccurs="0" maxOccurs="1"/>
{code}
Documentation need to be updated to include xsd for shell-action:0.3.
[Here is the code|https://github.com/apache/oozie/blob/master/docs/src/site/twiki/DG_ShellActionExtension.twiki] for documentation page which needs an update.

  was:
We made following fields optional in shell-action:0.3. 
{code}
<xs:element name="job-tracker" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="name-node" type="xs:string" minOccurs="0" maxOccurs="1"/>
{code}
Documentation need to be updated to include xsd for shell-action:0.3.


> Include XSD for shell-action:0.3 in documentation
> -------------------------------------------------
>
>                 Key: OOZIE-2673
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2673
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Satish Subhashrao Saley
>            Priority: Minor
>              Labels: documentation, newbie
>
> We made following fields optional in shell-action:0.3. 
> {code}
> <xs:element name="job-tracker" type="xs:string" minOccurs="0" maxOccurs="1"/>
> <xs:element name="name-node" type="xs:string" minOccurs="0" maxOccurs="1"/>
> {code}
> Documentation need to be updated to include xsd for shell-action:0.3.
> [Here is the code|https://github.com/apache/oozie/blob/master/docs/src/site/twiki/DG_ShellActionExtension.twiki] for documentation page which needs an update.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)