Hi, What is the cause of this exception? Is there a timeout value that can be modified to avoid this error? Does this error mean any problem with my setup, or is it normal to get these errors? In that case, how can I drop this table without messing up the cluster? My table has ~40 columns and 2 million rows.
Exception in thread "main" org.apache.hadoop.hbase.RegionException: Retries exhausted, it took too long to wait for the table CustomerData to be disabled. at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:413) at CreateWebeventTable.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:156) Thanks, Hari