You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by John Lilley <jo...@redpoint.net> on 2013/06/06 01:03:51 UTC

streaming/pipes interface and multiple inputs / outputs

Is it possible to use "Hadoop streaming" or "Hadoop pipes" for multiple inputs and outputs?  Consider for example an "equality join" that accepts two inputs (left, right), and produces three outputs (left unmatched, right unmatched, joined).  That's not actually what I'm trying to implement, but serves for illustration of the idea.
Thanks
John