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

Support DataInput for parsing #279

Closed
cowtowncoder opened this issue May 6, 2016 · 1 comment
Closed

Support DataInput for parsing #279

cowtowncoder opened this issue May 6, 2016 · 1 comment
Milestone

Comments

@cowtowncoder
Copy link
Member

Since some frameworks (like Hadoop) make heavy use of DataInput and DataOutput (via Hadoop Writable), it'd be nice to support them. Whereas DataOutput support was easy (see #276), DataInput is more involved, but seems doable. It does, however, have to implemented separately for all backends, unlike DataOutput.

@cowtowncoder cowtowncoder added this to the 2.8.0 milestone May 25, 2016
@cowtowncoder
Copy link
Member Author

Implemented for basic JSON parser; support for other formats must be added separately: most likely will try Smile, CBOR implementations in near future.

@cowtowncoder cowtowncoder changed the title (2.8) Support DataInput for parsing Support DataInput for parsing May 25, 2016
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