Page 1 of 1

execute an UNIX command with the parallel shared container

Posted: Fri Feb 12, 2010 2:37 am
by dsedi
All,

Is that possible to execute an UNIX command within the parallel shared container? i.e. is there any stage I can use to call the UNIX command after the execution of all the other stages with in the shared container?

Thanks in advance!

Posted: Fri Feb 12, 2010 3:09 am
by ArndW
The shared container itself doesn't have that facility directly. A BASIC transform stage allows you to call an after-stage shell script executed only after the last row is processed and could be added to your job, although I recommend against using BASIC transform stages.