Page 1 of 1

warning : lookup stage

Posted: Mon Dec 13, 2004 9:45 am
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! :)

Posted: Mon Dec 13, 2004 6:01 pm
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.