I think I can give you an idea. You can emit several times in a unique tuple processing.
Do a "for loop", and execute "emit" function inside the loop to emit multiple tuples. On 3 November 2014 12:42, clay teahouse <[email protected]> wrote: > Hello All, > Is it possible emit batches of tuples, as opposed to one tuple at a time? > In other word, is it possible to batch the tuples before emitting them? An > application for batching the tuples is for example for writing the tuples > to a tcp socket but not wanting to do a flush after each tuple is written > to the socket. Everything runs locally. > Sorry if the answer is obvious. > > thanks, > Clay >
