NAME
Apache::Hadoop::Watcher::Base - Base package for Hadoop Watchers
SYNOPSIS
use Apache::Hadoop::Watcher::Base;
my $w = Apache::Hadoop::Watcher::Base->new;
my $content = $w->_wget (url=>$url);
$w->_print (output=>$output);
DESCRIPTION
Apache::Hadoop::Watcher::Base is a supportive package containing common subroutines used by other packages, in the Apache::Hadoop::Watcher package group.
SEE ALSO
Apache::Hadoop::Watcher::Conf
Apache::Hadoop::Watcher::Jmx
Apache::Hadoop::Watcher::Yarn
Apache::Hadoop::Watcher
IO::Socket::INET;
LWP::UserAgent;
Data::Dumper;
AUTHOR
Snehasis Sinha, <snehasis@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2015 by Snehasis Sinha
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.