You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Implemented for basic JSON parser; support for other formats must be added separately: most likely will try Smile, CBOR implementations in near future.
Since some frameworks (like Hadoop) make heavy use of
DataInput
andDataOutput
(via HadoopWritable
), it'd be nice to support them. WhereasDataOutput
support was easy (see #276),DataInput
is more involved, but seems doable. It does, however, have to implemented separately for all backends, unlikeDataOutput
.The text was updated successfully, but these errors were encountered: