updated version
5235c478
Hari Sekhon
committed
1 changed file
check_hbase_tables_jsp.pl
/check_hbase_tables_jsp.pl-1+1
/check_hbase_tables_jsp.pl
Add comment 24
Add comment 25 1. If RegionServers are down you may get a timeout when querying the HBase Master JSP for the table details (CRITICAL: '500 read timeout'). The Stargate handles this better (check_hbase_tables_stargate.pl)";
Add comment 26
Add comment 27 Minus  $VERSION = "0.3";
Add comment 27 Plus  $VERSION = "0.3.1";
Add comment 28
Add comment 29 use strict;
Add comment 30 use warnings;