Re: How to read whole files and output processed texts to another file through MapReduce

2010-11-19 Thread Bhaskar Ghosh
derabad, India http://www.google.com/profiles/bjgindia "Ignorance is Bliss... Knowledge never brings Peace!!!" From: Harsh J To: mapreduce-user@hadoop.apache.org Sent: Wed, 17 November, 2010 9:40:44 AM Subject: Re: How to read whole files and output processed

Re: How to read whole files and output processed texts to another file through MapReduce

2010-11-17 Thread Harsh J
Hi, On Wed, Nov 17, 2010 at 7:52 PM, Bhaskar Ghosh wrote: > > ---I am reading files within a directory and also subdirectories. Currently FileInputFormat lets you read files for MapReduce, but does not recurse into directories. Although globs are accepted in Path strings, for proper recursion yo

How to read whole files and output processed texts to another file through MapReduce

2010-11-17 Thread Bhaskar Ghosh
Dear All, I am having a requirement in which I need to move my existing program to map-reduce framework: ---I am reading files within a directory and also subdirectories. ---Processing one file at a time ---Writing all the processed output to a single output file. [One output file per folder]