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::DelegationToken::Reader

VERSION

version 0.003

SYNOPSIS

    use HHadoop::IO::DelegationToken::Reader qw( parseTokenStorageStream );
    open my $fh, '<', $file or die "Can't open $file for reading: $!";
    binmode($fh);
    my $token = parseTokenStorageStream( $fh );

DESCRIPTION

Hadoop::Oozie::DelegationTokenContainer parses token container files produced by Hadoop, and can produce the base64 tokens used in REST queries.

NAME

Hadoop::IO::DelegationToken::Reader - Perl interface to Hadoop delegation token file format

FUNCTIONS

parseTokenStorageStream

vlong

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.