Re: Problem with streaming exact binary chunks

2013-10-10 Thread Youssef Hatem
: Youssef Hatem [mailto:youssef.ha...@rwth-aachen.de] Sent: 09 October 2013 12:14 To: user@hadoop.apache.org Subject: Problem with streaming exact binary chunks Hello, I wrote a very simple InputFormat and RecordReader to send binary data to mappers. Binary data can contain anything

Problem with streaming exact binary chunks

2013-10-09 Thread Youssef Hatem
Hello, I wrote a very simple InputFormat and RecordReader to send binary data to mappers. Binary data can contain anything (including \n, \t, \r), here is what next() may actually send: public class MyRecordReader implements RecordReaderBytesWritable, BytesWritable { ... public

RE: Problem with streaming exact binary chunks

2013-10-09 Thread Peter Marron
[mailto:youssef.ha...@rwth-aachen.de] Sent: 09 October 2013 12:14 To: user@hadoop.apache.org Subject: Problem with streaming exact binary chunks Hello, I wrote a very simple InputFormat and RecordReader to send binary data to mappers. Binary data can contain anything (including \n, \t, \r), here is what next