Depending on your MR version (IIRC MR2 has this), setting mapred.input.dir.recursive for your Job's configuration will let you achieve this.
On Sat, Jan 19, 2013 at 3:47 AM, Prashant Kommireddi <[email protected]>wrote: > Does MR action allow reading files recursively? > > <property> > <name>mapred.input.dir</name> > <value>/foo/bar</value> > </property> > > I see that I need to wildcard the path if "bar" contains sub-directories. > Any way around that with mr action? > > Thanks, > Prashant > -- Harsh J
