-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15356/#review28557
-----------------------------------------------------------

Ship it!


Ship It!

- Rohini Palaniswamy


On Nov. 8, 2013, 6:06 p.m., Purshotam Shah wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/15356/
> -----------------------------------------------------------
> 
> (Updated Nov. 8, 2013, 6:06 p.m.)
> 
> 
> Review request for oozie.
> 
> 
> Bugs: OOZIE-1607
>     https://issues.apache.org/jira/browse/OOZIE-1607
> 
> 
> Repository: oozie
> 
> 
> Description
> -------
> 
> There is Typo in doc.
> 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.
> 
> 
>  
> 
> 
> Diffs
> -----
> 
>   
> http://svn.apache.org/repos/asf/oozie/trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
>  1540139 
> 
> Diff: https://reviews.apache.org/r/15356/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Purshotam Shah
> 
>

Reply via email to