Re: Binary content

2011-09-02 Thread Praveen Sripati
Mohit, Hadoop: The Definitive Guide (Chapter 3 - Hadoop I/O) has a section on SequenceFile and is worth reading. http://oreilly.com/catalog/9780596521981 Thanks, Praveen On Thu, Sep 1, 2011 at 9:15 PM, Owen O'Malley o...@hortonworks.com wrote: On Thu, Sep 1, 2011 at 8:37 AM, Mohit Anchlia

Re: Binary content

2011-09-01 Thread Dieter Plaetinck
On Wed, 31 Aug 2011 08:44:42 -0700 Mohit Anchlia mohitanch...@gmail.com wrote: Does map-reduce work well with binary contents in the file? This binary content is basically some CAD files and map reduce program need to read these files using some proprietry tool extract values and do some

Re: Binary content

2011-09-01 Thread Mohit Anchlia
On Thu, Sep 1, 2011 at 1:25 AM, Dieter Plaetinck dieter.plaeti...@intec.ugent.be wrote: On Wed, 31 Aug 2011 08:44:42 -0700 Mohit Anchlia mohitanch...@gmail.com wrote: Does map-reduce work well with binary contents in the file? This binary content is basically some CAD files and map reduce

Re: Binary content

2011-09-01 Thread Owen O'Malley
On Thu, Sep 1, 2011 at 8:37 AM, Mohit Anchlia mohitanch...@gmail.comwrote: Thanks! Is there a specific tutorial I can focus on to see how it could be done? Take the word count example and change its output format to be SequenceFileOutputFormat.

Binary content

2011-08-31 Thread Mohit Anchlia
Does map-reduce work well with binary contents in the file? This binary content is basically some CAD files and map reduce program need to read these files using some proprietry tool extract values and do some processing. Wondering if there are others doing similar type of processing. Best