Page 2 of 2

Re: Records missing in the sequential file

Posted: Thu Jan 13, 2011 4:05 am
by kamesh
jwiles wrote:
kamesh wrote:I can't use funnel because the transformer and seq file are put up in a parallel shared container which is used couple of times in a single parallel job.
Instead of writing to the sequential file within the shared container, send the rows to the container's output, then funnel those outputs from the multiple containers in the job into a single file. A second option would be to write to multiple files and cat them together in an After Job routine.
That should work perfectly jwiles! Thanks a lot, your inputs are apprecitaed!