You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Virag Kothari (JIRA)" <ji...@apache.org> on 2012/06/29 19:15:44 UTC

[jira] [Resolved] (OOZIE-872) Support touchz in fs node of oozie worklfow

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

Virag Kothari resolved OOZIE-872.
---------------------------------

       Resolution: Fixed
    Fix Version/s: trunk
    
> Support touchz in fs node of oozie worklfow
> -------------------------------------------
>
>                 Key: OOZIE-872
>                 URL: https://issues.apache.org/jira/browse/OOZIE-872
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Britt Cyr
>            Assignee: Britt Cyr
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: OOZIE-872-DOC.patch, OOZIE-872-v2.patch, OOZIE-872-v3.patch, OOZIE-872-v4.patch, OOZIE-872-v5.patch, OOZIE-872.patch
>
>
> My workflow has the need to touch an empty file after all the sub workflows are done. Hadoop supports touchz to create an empty file, but my oozie workflow fails when I give it in the fs node of oozie workflow.
> <action name="touchsuccess">
>         <fs>
>             <touchz path="${DS_OUTPUT_INTERESTCATEGORY}/_SUCCESS"/>
>         </fs> 
>         <ok to="end"/>
>         <error to="kill"/>    
>     </action>
> Right now the only supported options are chmod, move, delete and mkdir. Could we have the support for touchz also?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira