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

purshotam shah updated OOZIE-1607:
----------------------------------

    Attachment: OOZIE-1607_v1.patch

Patch

> [Doc]Update workflow specification for chgrp command.
> -----------------------------------------------------
>
>                 Key: OOZIE-1607
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1607
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: purshotam shah
>            Assignee: purshotam shah
>            Priority: Minor
>         Attachments: OOZIE-1607_v1.patch
>
>
> Current Doc...
> ----------------------
> workflow-app name="[WF-DEF-NAME]" xmlns="uri:oozie:workflow:0.1">
>     ...
>     <action name="[NODE-NAME]">
>         <fs>
>             <delete path='[PATH]'/>
>             ...
>             <mkdir path='[PATH]'/>
>             ...
>             <move source='[SOURCE-PATH]' target='[TARGET-PATH]'/>
>             ...
>             <chmod path='[PATH]' permissions='[PERMISSIONS]' 
> dir-files='false' />
>             ...
>             <touchz path='[PATH]' />
>             ...
>             <chmod path='[PATH]' group='[GROUP]' dir-files='false' />  <<<<< 
> This should be chgrp 
>         </fs>
>         <ok to="[NODE-NAME]"/>
>         <error to="[NODE-NAME]"/>
>     </action>
>     ...
> </workflow-app>
> -----------------------------
> Last command "<chmod path='[PATH]' group='[GROUP]' dir-files='false' /> " is 
> for chgrp.
>  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to