Page 1 of 1

Job Abort for Funnel Stage

Posted: Fri Jul 16, 2010 5:08 am
by bhargav_dd
One of my jobs aborted for the following error:

main_program: Fatal Error: There are irreconcilable constraints on the number of partitions of an operator: parallel FnlPartys. The number of partitions is already constrained to 2, but an eSame partitioned input virtual dataset produced by parallel All_Owners has 1.

The FnlPartys is a Funnel Stage.All_Owners is Dataset Stage and one of the two links to the funnel stage FnlPartys.

Any help on this would be greatly appreciated.

Posted: Fri Jul 16, 2010 5:19 am
by Shaanpriya
Have you specified same partition to the data coming from the dataset?

Posted: Fri Jul 16, 2010 5:33 am
by Sainath.Srinivasan
Include a copy stage after the dataset with clear partition set.

It worked for me by Change Partioning in DataSET from Defaul

Posted: Mon Jul 19, 2010 4:44 am
by Leenaz
Sainath.Srinivasan wrote:Include a copy stage after the dataset with clear partition set.
It worked for me by Change Partioning in DataSET from Default (Propogate ) to clear.