NAME
Hadoop::IO::SequenceFile::BytesWriteable
VERSION
version 0.003
NAME
Hadoop::IO::SequenceFile::BytesWriteable - Hadoop compatible BytesWritable serializer.
METHODS
- $class->class_name() -> $string
-
Get java class name for BytesWriteable.
- $class->encode($data) -> $encoded
-
Encode a perl string, containing (possibly) binary data into the format compatible with how BytesWriteable is serialized by Hadoop.
AUTHORS
Philippe Bruhat
Sabbir Ahmed
Somesh Malviya
Vikentiy Fesunov
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Booking.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.