You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "samar.opensource" <sa...@gmail.com> on 2013/06/06 10:37:36 UTC

NoSuchMethodException: org.apache.hadoop.hbase.regionserver.HRegionServer.getCompactionState([B)

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

Re: NoSuchMethodException: org.apache.hadoop.hbase.regionserver.HRegionServer.getCompactionState([B)

Posted by "samar.opensource" <sa...@gmail.com>.
Hi Guys,
   Found the issue. We were running some RSs on older version of hbase.
Thanks,
Samar
On 06/06/13 2:07 PM, samar.opensource wrote:
> 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