Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Rule name

Avoid Reading Sequential Files Using the Same Partitioning Method

Parallel Job

Yes

Server Job

-

Job Sequence

-

Description

Avoid Reading from Sequential Files Using the Same Partitioning Method

Description

Avoid reading from sequential files using the Same partitioning method. Unless you have specified more than one source file this will result in the entire file being read into a single partition, making the entire downstream flow run sequentially unless you explicitly re-partition.

Actions

Configure your Sequential File Stage to use a partitioning method other than Same.

  • No labels