is there a way to create a small constant relation(table) in pig? I need to create a relation with only 1 tuple that contains constant values. something along the lines of:
A = LOAD using ConstantLoader('{(1,2,3)}');
thanks, Ido
Fast answer: no.
I asked about it in pig-dev mailing list.