RE: Multiple files as input to a mapreduce job

2011-09-09 Thread Subroto Sanyal
Sanyal _ From: shreya@cognizant.com [mailto:shreya@cognizant.com] Sent: Friday, September 09, 2011 11:54 AM To: mapreduce-user@hadoop.apache.org Subject: Multiple files as input to a mapreduce job HI, The following is the scenario I have: I have a java program that reads

Multiple files as input to a mapreduce job

2011-09-08 Thread Shreya.Pal
HI, The following is the scenario I have: I have a java program that reads multiple files from the disk. * There are 3 files (A,B,C) that are read and populated into 3 collections (arraylist). * There are 2 files input1 and input2 that act as input to my program. *