I\'m using Cloudera Hadoop. I\'m able to run simple mapreduce program where I provide a file as input to MapReduce program.
This file contains all the other files to
Use MultipleInputs class.
MultipleInputs. addInputPath(Job job, Path path, Class extends InputFormat> inputFormatClass, Class extends Mapper> mapperClass)
Have a look at working code