|
|
-
Re: Input path with no Output pathOleg Zhurakousky 2012-12-07, 18:27
Perfect! Thanks
On Dec 7, 2012, at 1:21 PM, Peyman Mohajerian <[EMAIL PROTECTED]> wrote: > I think this does it: > http://hadoop.apache.org/docs/r0.20.1/api/org/apache/hadoop/mapreduce/lib/output/NullOutputFormat.html > > On Fri, Dec 7, 2012 at 10:06 AM, Oleg Zhurakousky <[EMAIL PROTECTED]> wrote: > Guys > > I have a simple mapper that reads a records and sends out a message as it encounters the ones it is interested in (no reducer). So no output is ever written, but it seems like a job can not be submitted unless Output Path is specified. Not a big deal to specify a dummy one, but was wondering if it could be avoided. > > Thanks > Oleg > |