Re: Region Server State Checks

2014-06-24 Thread Geovanie Marquez
Looks like exactly what I was looking for, thank you! On Tue, Jun 24, 2014 at 2:39 PM, Ted Yu wrote: > Please take a look at the following method in HBaseAdmin: > > public ClusterStatus getClusterStatus() throws IOException { > > Cheers > > > On Tue, Jun 24, 2014 at 11:34 AM, Geovanie Marquez

Re: Region Server State Checks

2014-06-24 Thread Ted Yu
Please take a look at the following method in HBaseAdmin: public ClusterStatus getClusterStatus() throws IOException { Cheers On Tue, Jun 24, 2014 at 11:34 AM, Geovanie Marquez < geovanie.marq...@gmail.com> wrote: > What is a good way of checking RegionState? > > I am getting the following e

Region Server State Checks

2014-06-24 Thread Geovanie Marquez
What is a good way of checking RegionState? I am getting the following error when I programmatically try to merge regions. Exception in thread "main" java.lang.RuntimeException: org.apache.hadoop.hbase.exceptions.MergeRegionException: org.apache.hadoop.hbase.exceptions.MergeRegionException: Unabl