Re: Join Question

2013-09-05 Thread F. Jerrell Schivers
into what you're looking for. I thought maybe BagToTuple, but it will return a single tuple with all elements of all tuples in the bag. If the above data format supports your use cases, you're done. If not, you can write a UDF to transform it into the required format. On Wed, Sep 4, 20

Join Question

2013-09-04 Thread F. Jerrell Schivers
Howdy folks, Let's say I have a set of data that looks like this: X, (X1, X2) Y, (Y1, Y2, Y3) So there could be an unknown number of members of each tuple per row. I also have a second set of data that looks like this: X1, 4, 5, 6 X2, 3, 7, 3 I'd like to join these such that I get: X, (X1,