---Original Message-
> From: Harsh J [mailto:ha...@cloudera.com]
> Sent: Tuesday, May 01, 2012 6:21 PM
> To: hdfs-user@hadoop.apache.org
> Cc: mlor...@uci.cu
> Subject: Re: how to read binary data from hdfs
>
> Amritanshu,
>
> Implement your own custom InputFormat wi
t: Re: how to read binary data from hdfs
Amritanshu,
Implement your own custom InputFormat with a RecordReader and you can
read your files directly.
To learn how to implement custom readers/formats you can refer to an
example provided via sub-title "Processing a whole file as a record&
Amritanshu,
Implement your own custom InputFormat with a RecordReader and you can
read your files directly.
To learn how to implement custom readers/formats you can refer to an
example provided via sub-title "Processing a whole file as a record",
Page 206 | Chapter 7: MapReduce Types and Formats
Hi Guys,
I want to read binary data (produced by a C program) that is copied to HDFS
using a java program. The idea is that I would write a map-reduce job
eventually that would use the aforementioned programs output(the java program
would read binary data and create a Java object which the map