APT_LUTCreateOp

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pradeep_nov18
Participant
Posts: 92
Joined: Wed Mar 05, 2008 4:09 am
Location: chennai
Contact:

APT_LUTCreateOp

Post by pradeep_nov18 »

Hi All,

Please help out how to fix the following warning .My job has 11 dataset reference with driven dataset and performing the left outer join in the lookup stage.

How to resolve this warning

When checking operator: Operator of type "APT_LUTCreateOp": will partition despite the
preserve-partitioning flag on the data set on input port 8. [api/operator_rep.C:3444]

Regards,
Pradeep.V
pradeep.v
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Did you Search DSXchange for "will partition despite" or similar?

This has been reported and solved many times.

Essentially the solution is to set "preserve partitioning" in the upstream stage on the reference input to a Lookup stage to "Clear".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply