NAME
Net::Hadoop::YARN::NameNode::JMX
VERSION
version 0.203
SYNOPSIS
my $nn = Net::Hadoop::YARN::NameNode::JMX->new( %opt );
DESCRIPTION
YARN NameNode JMX methods.
METHODS
active_namenode
my $active_host_port = $nn->active_namenode;
my $active_host = $nn->active_namenode({ hostname_only => 1 });
startupProgress
my $sup = $nn->startupProgress;
AUTHOR
David Morel <david.morel@amakuru.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by David Morel & 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.