This is confusing me ... Reported Maps # of output records is 0 , yet I see 86 bytes produced from each mapper in output destination path.
-rw-r--r-- 1 Hadoop supergroup 86 2011-03-22 10:17 /tmp/out/part-00000 ..... ..... I can't eliminate output path because I get: java.io.IOException: Undefined job output-path How can I tell the job configuration not to prepare an output path (or anything produced by output.collect()) ? Thank you, Maha
