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

This module provides a perl interface to Hadoop's WebHDFS API, allowing one to 
both read and write files to HDFS with perl.  Apache-Hadoop-WebHDFS supports
both unsecure and secure grids by using GSSAPI.  

REQUIREMENTS

Carp                   is used for various warnings and errors.
WWW::Mechanize         is needed as this is a subclass.
LWP::Debug             is required for debugging GSSAPI connections
LWP::Authen::Negotiate is the magic sauce for working with secure hadoop clusters
parent                 included with Perl 5.10.1 and newer 
File::Map              is used for mmap'ing files instead of slurping

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

If you need to turn this module into a rpm package, please look at 'cpanspec' to build a spec 
file which can be fed to rpmbuild.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Apache::Hadoop::WebHDFS

You can also look for information at:

    Bugs and feature requests
        https://github.com/opsmekanix/Apache-Hadoop-WebHDFS/issues

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Apache-Hadoop-WebHDFS

    CPAN Ratings
        http://cpanratings.perl.org/d/Apache-Hadoop-WebHDFS

    Search CPAN
        http://search.cpan.org/dist/Apache-Hadoop-WebHDFS/


LICENSE AND COPYRIGHT

Copyright (C) 2013 Adam Faris

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    L<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.