HI Users,
We are getting NoSuchMethodException:
org.apache.hadoop.hbase.regionserver.HRegionServer.getCompactionState([B) while
accessing the table.jsp via master-status page.
This is error is thrown on the table.jsp and hence the region
information is also not rendered.
Looking at the JSP code the error is thrown when calling
hbadmin.getCompactionState(table.getTableName()) ;
Strange part is that it throws this error only for some tables.
Is there any reason/fix for this issue.
Running CDH3u5 hbase .
Regard,
Samar