Hi Folks,

I have 2 datasets (T1, T2) to be joinned.

I need to join T1 with T2 based on some criteria. COGROUP does it based on
== condition.

ex: COGROUP T1 by f1, T2 by f2 (but I need to filter T2.f2 > T1.f1).

Is there a way to specify such conditions in PIG?.

~Rajesh.B

Reply via email to