You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "purshotam shah (JIRA)" <ji...@apache.org> on 2013/11/08 19:42:17 UTC

[jira] [Commented] (OOZIE-1607) [Doc]Update workflow specification for chgrp command.

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

purshotam shah commented on OOZIE-1607:
---------------------------------------

Review @ https://reviews.apache.org/r/15356/

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