Page 1 of 1

Missing options from sequential file stage-number of readers

Posted: Tue Dec 05, 2017 7:00 pm
by gaelynalmeida
Hi,

I have a job that reads from a sequential file, and then links to a transformer and does several other things after that.

This job was written by someone else, and I am trying to tune it.

The job reads from a fixed width file - about 130 GB in size. I am trying to see if I can improve performance by either increasing the "number of readers" or "read from multiple nodes"

However, this, as well as several other options like "Filter" are not visible in this stage.

If I plop a brand new instance of the sequential file stage, and add a output link, I see all the options.

If I use the link to the transformer as the output link, the options are not visible anymore.

Any insights into why these options disappear will be greatly appreciated.

Gaelyn

Posted: Tue Dec 05, 2017 7:02 pm
by gaelynalmeida
Never mind -- I answered my own question :) .. it's because I was reading from file pattern and not a single file.

I need to change the job, because we are reading a single file, not multiple