hadoop passing int array from map to reducer and as output hadoop passing int array from map to reducer and as output hadoop hadoop

hadoop passing int array from map to reducer and as output


Look into writing your own custom Writable (it should be easy to extend ArrayWritable - in fact the JavaDoc for this class has an example for IntWritable array).