Quick question. I want the output from AvroJob.setReducerClass to be in regular Text files - not in AVRO format. Can I do that? Any examples? Sorry, kinda short on time to do research. Thanks.
On Sun, Oct 9, 2011 at 8:49 AM, Something Something < [email protected]> wrote: > Perfect! Thanks a lot, Doug! > > > On Fri, Oct 7, 2011 at 2:06 PM, Doug Cutting <[email protected]> wrote: > >> API documentation is at: >> >> >> http://avro.apache.org/docs/current/api/java/org/apache/avro/mapred/package-summary.html >> >> Examples may be found in the tests, e.g., from the current release: >> >> >> http://svn.apache.org/viewvc/avro/tags/release-1.5.4/lang/java/mapred/src/test/java/org/apache/avro/mapred/ >> >> Is that the sort of thing you're looking for? >> >> Doug >> >> On 10/06/2011 11:42 PM, Something Something wrote: >> > Would like to read & process AVRO files in a Java MapReduce program. I >> > googled but didn't see any good examples that I could use. If anyone >> > can provide samples, that would be greatly appreciated. Thanks. >> > >
