Two joins, followed by a full outer join of the results, and a selection pass? It's not pretty, but it'll work...
On Sun, Oct 17, 2010 at 5:03 PM, rakesh kothari <[email protected]>wrote: > > What's the best way to do something like this in PIG: > > JOIN A with B where (A.property1 = B.property1 OR A.property2 = > B.property2) ? > > Thanks, > -Rakesh > > >
