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

[jira] [Updated] (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 ]

Britt Cyr updated OOZIE-872:
----------------------------

    Attachment: OOZIE-872.patch

Support for touchz. Changes in the oozie-workflow-0.3.xsd FsActionExecutor TestFsActionExecutor
                
> 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
>            Priority: Minor
>         Attachments: 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