Map Recude code doubt

2009-10-15 Thread shwitzu
a keyword which matches the name of a file in my HDFS will my mapper and reducer code be able to locate that file and put back the original file in a given location?? Please let me know if you have need more information. Thanks -- View this message in context: http://www.nabble.com/Map-Recude

Re: Map Recude code doubt

2009-10-15 Thread Last-chance Architect
Shwitzu, Why can't you just use query thru a Filesystem object and find the file you want? Lajos shwitzu wrote: Hello All, I was wondering if our map reduce code can just return the location of the file? Or place the actual file in a given output directory by searching based on a keyword.