typedbytes
typedbytes copied to clipboard
A Python module for dealing with so called "typed bytes".
@klbostee Can you please consider this for merging?
I am using Hadoop streaming with -io typedbytes and set mapred.reduce.tasks=2, but I finally got only one output file. And if I set mapred.reduce.tasks=0, then I got many output files....
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)...
I'm the author of [Hadoopy](http://hadoopy.co) and I had a question about your Unicode/Bytes mappings. I've tried to keep my typedbytes implementation byte compatible with yours and produce the same python-side...