Apache-Hadoop-WebHDFS
view release on metacpan or search on metacpan
use 5.006;
use strict;
use warnings;
use Module::Build;
my $builder = Module::Build->new(
module_name => 'Apache::Hadoop::WebHDFS',
license => 'apache',
dist_author => q{Adam Faris <apache-hadoop-webhdfs@mekanix.org>},
dist_version_from => 'lib/Apache/Hadoop/WebHDFS.pm',
build_requires => {
'Test::More' => 0,
},
requires => {
'perl' => 5.006,
'WWW::Mechanize' => 0,
'LWP::Authen::Negotiate' => 0,
'LWP::Debug' => 0,
'Carp' => 0,
{
"abstract" : "interface to Hadoop's WebHDS API that supports GSSAPI/SPNEGO (secure) access.",
"author" : [
"Adam Faris <apache-hadoop-webhdfs@mekanix.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
"license" : [
"apache_2_0"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
---
abstract: "interface to Hadoop's WebHDS API that supports GSSAPI/SPNEGO (secure) access."
author:
- 'Adam Faris <apache-hadoop-webhdfs@mekanix.org>'
build_requires:
Test::More: 0
configure_requires:
Module::Build: 0.40
dynamic_config: 1
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
license: apache
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
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/
lib/Apache/Hadoop/WebHDFS.pm view on Meta::CPAN
print "Request SUCCESS: ", $hdfsclient->status() , "\n\n";
print "Dumping content:\n";
print Dumper $hdfsclient->content() ;
} else {
print "Request FAILED: ", $hdfsclient->status() , "\n";
}
=head1 AUTHOR
Adam Faris, C<< <apache-hadoop-webhdfs at mekanix.org> >>
=head1 BUGS
Please use github to report bugs and feature requests
https://github.com/opsmekanix/Apache-Hadoop-WebHDFS/issues
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Apache::Hadoop::WebHDFS
You can also look for information at:
( run in 2.082 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )