Page 1 of 1

Hash partion is not working

Posted: Thu Apr 10, 2008 12:41 am
by rajeshkadiri
working. if i set 4 nodes, only 3 nodes take data and 1 node doesn't take data.
if i want to see the data in nodes error is coming

Posted: Thu Apr 10, 2008 1:38 am
by balajisr
Can you explain your design a bit more.
Do you have any node constraints?
Hash partitioning method does not result in equal size partitions.

Posted: Thu Apr 10, 2008 3:12 pm
by ray.wurlod
It is possible (with small probability and depending on your data) that any partitioning algorithm except round robin will have a sufficiently skewed distribution of rows over nodes that a node gets no rows.

Also check that the stage in question is not constrained to executed in a node pool (a subset of nodes).