warning : lookup stage

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
lory
Participant
Posts: 21
Joined: Tue Apr 13, 2004 9:05 am

warning : lookup stage

Post by lory »

what does mean the following error in lookup stage:
"...When checking operator: Input Dataset 1 has partitioning other than Entire specified; disabling memory sharing"


Thanks in advance! :)
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

It means that they are partitioning your data other than the default preference (Entire).

If they use Entire partitioning, they would share the memory between all the nodes, instead of making copies of the same thing for each node (and eating up more memory).

However, you are setting it as something else, so... no memory sharing.
Post Reply