You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by David Morel <da...@amakuru.net> on 2014/10/07 23:48:36 UTC

Re: capture specific shell output

On 26 Sep 2014, at 20:12, Shushant Arora wrote:

> Hi
>
> I have a requirement to capture shell task output for next task.
> In oozie if I set capture-output tag it will capture everything sent 
> on
> STDOUT,
> but my scripts has lot of echos for logging purposes, How I can I 
> restrict
> it to emit only few echos for oozie workflow engine to store in its 
> map ?
>
> Thanks
> Shushant

send your echos to STDERR -will still be visible in the oozie log 
captured stderr.

D.Morel