Hi, I've developed an UDF that receives two bags as inputs and outputs one bag.
One of the bags is different in every group and the other is always the same. Example code: A = LOAD 'a' AS (group, value); B = LOAD 'b'; G = GROUP A BY group; R = FOREACH G GENERATE FLATTEN(my.udf(A,B)); This give an error "Error during parsing. Invalid alias: B". I can understand this error, but I cannot realize another way to do this. Do you know which is the best way to do this? Thanks -- a10! i fins aviat. J:-Deu
