typedbytes icon indicating copy to clipboard operation
typedbytes copied to clipboard

Typecode 50 for Writable not handled by typedbytes

Open nikhilketkar opened this issue 10 years ago • 0 comments

I was having trouble reading data produced by Java MapReduce (basically sequence files with thrift records) using Dumbo. Turns out this was due to the typecode 50 (meant for writable) not being handled by Typedbytes.

Here is the link to the Hadoop streaming code that defines 50 for WRITABLE.

https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/typedbytes/Type.java#L40

nikhilketkar avatar Dec 13 '14 08:12 nikhilketkar