Partitioning

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
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

Partitioning

Post by iskapalli »

HI,

I have used the auto partition for my job. I want to know which partition is taking for particular stage. How can I find out?
synsog
Premium Member
Premium Member
Posts: 232
Joined: Sun Aug 01, 2010 11:01 pm
Location: Pune

Partitioning

Post by synsog »

Set APT_DUMP_SCORE environment variable to TRUE and go through the score in the job log.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Learn about partitioning. Parallel stages that are not constrained to execute in a node pool will executed in every node in the default node pool. The score will show which node handles each sequential stage. Partitioning controls which rows of data go to which nodes, not the nodes on which a particular operator executes.
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