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

Apache::Hadoop::Watcher::Conf - Hadoop configuration monitoring

SYNOPSIS

  use Apache::Hadoop::Watcher::Conf;
  
  my $w = Apache::Hadoop::Watcher::Conf->new;
  $w->search (pattern=>'sort')->print;

  $w->search (pattern=>'sort', by=>'value')->print;

DESCRIPTION

This package Apache::Hadoop::Watcher::Conf extracts runtime configuration parameters and prints them. These parameters can be used for Hadoop performance tuning and other automations

SEE ALSO

  Apache::Hadoop::Watcher
  Apache::Hadoop::Watcher::Base
  XML::Twig
  JSON

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.