Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typecode 50 for Writable not handled by typedbytes #5

Open
nikhilketkar opened this issue Dec 13, 2014 · 0 comments
Open

Typecode 50 for Writable not handled by typedbytes #5

nikhilketkar opened this issue Dec 13, 2014 · 0 comments

Comments

@nikhilketkar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant