Page 1 of 1

Sequential File

Posted: Mon Apr 06, 2009 10:20 am
by snt_ds
Hi,

We have a simple job which reads from a TAB delimited Seq file and applies a couple of simple transformation rules and then writes to an Oracle Table.
Strangely when I run this job, it imports 50% of the data from the file and hangs..does nothing..I have to eventually stop the job. The DEV env has 2 nodes.

Now I point it to a another Config file with only 1 Node and it runs swiftly, as it should.

Any reason why it does not run when we have more than one node?
(We have multiple jobs in the project reading from a Seq file and using the default, 2 node config file, but we get an error only in this one)

Thanks,
NV

Posted: Mon Apr 06, 2009 11:06 am
by snt_ds
Resolved - This was due to Duplicate Data which was removed via the Remove Duplicate Stage.