Hi, We are trying to solve the travelling salesman problem using hadoop. our input files contain just a single line that has the euclidean coordinates of the cities. we need to pass this single line to each mapper who will then process that. How can we do this so that we can achieve parallelism in a hadoop cluster. Is there any way to generate multiple input splits from the single input file.
Thanks Sharat