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
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
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]