The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Hadoop::IO::SequenceFile::Text

VERSION

version 0.003

NAME

Hadoop::IO::SequenceFile::Text - Hadoop compatible Text serializer.

METHODS

$class->class_name() -> $string

Get java class name for Text.

$class->encode($data) -> $encoded

Encode a perl string, containing (possibly) binary data into the format compatible with how Text 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.