|
|
-
Mixing streaming and regular map reduct jobsSteve Lewis 2010-06-11, 16:17
I have a problem where I am using Java and the hadoop APIS to run a map
reduce job on data that can be considered as a set of lines of text. At the reduce stage I have a collection of lines of text to process in a convenient order. There are a number of programs written in Python or Perl which can handle this data in streaming form and it would be useful as one of the reduce steps to stream the data to these programs - I am not sure if this is possible and certainly not sure how it might be done - does anyone have any bright ideas? -- Steven M. Lewis PhD Institute for Systems Biology Seattle WA |