|
|
Lars George 2011-05-01, 00:51
Hi,
I just svn upped after a few days and although it compiles I get:
2011-04-30 17:48:58,822 FATAL org.apache.hadoop.hbase.master.HMaster: Unhandled exception. Starting shutdown. java.lang.NoSuchMethodError: org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; at org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292)
when starting locally (standalone mode). This seems to relate to
1097587 4/28/11 12:51 PM stack HBASE-3827 hbase-1502, removing heartbeats, broke master joining a running cluster and was returning master hostname for rs to use
What am I missing (jetlagged and daft).
Lars
Lars George 2011-05-01, 01:01
And not just there:
2011-04-30 18:01:11,730 ERROR org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while processing event C_M_DISABLE_TABLE java.lang.NoSuchMethodError: org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; at org.apache.hadoop.hbase.master.BulkAssigner.getThreadNamePrefix(BulkAssigner.java:51) at org.apache.hadoop.hbase.master.BulkAssigner.bulkAssign(BulkAssigner.java:90) ...
Wahwah?
On Sat, Apr 30, 2011 at 5:51 PM, Lars George <[EMAIL PROTECTED]> wrote: > Hi, > > I just svn upped after a few days and although it compiles I get: > > 2011-04-30 17:48:58,822 FATAL org.apache.hadoop.hbase.master.HMaster: > Unhandled exception. Starting shutdown. > java.lang.NoSuchMethodError: > org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; > at org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) > at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292) > > when starting locally (standalone mode). This seems to relate to > > 1097587 4/28/11 12:51 PM stack HBASE-3827 hbase-1502, removing > heartbeats, broke master joining a running cluster and was returning > master hostname for rs to use > > What am I missing (jetlagged and daft). > > Lars >
Lars George 2011-05-01, 01:33
When I add a .toString() like other places in the code already have it works. I don't get it though, that should be called implicitly.
On Sat, Apr 30, 2011 at 6:01 PM, Lars George <[EMAIL PROTECTED]> wrote: > And not just there: > > 2011-04-30 18:01:11,730 ERROR > org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while > processing event C_M_DISABLE_TABLE > java.lang.NoSuchMethodError: > org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; > at org.apache.hadoop.hbase.master.BulkAssigner.getThreadNamePrefix(BulkAssigner.java:51) > at org.apache.hadoop.hbase.master.BulkAssigner.bulkAssign(BulkAssigner.java:90) > ... > > Wahwah? > > On Sat, Apr 30, 2011 at 5:51 PM, Lars George <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I just svn upped after a few days and although it compiles I get: >> >> 2011-04-30 17:48:58,822 FATAL org.apache.hadoop.hbase.master.HMaster: >> Unhandled exception. Starting shutdown. >> java.lang.NoSuchMethodError: >> org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; >> at org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) >> at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) >> at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292) >> >> when starting locally (standalone mode). This seems to relate to >> >> 1097587 4/28/11 12:51 PM stack HBASE-3827 hbase-1502, removing >> heartbeats, broke master joining a running cluster and was returning >> master hostname for rs to use >> >> What am I missing (jetlagged and daft). >> >> Lars >> >
Himanshu Vashishtha 2011-05-01, 04:14
Seems to be a local issue at your side :)) Latest build is working on my local (standalone on hdfs).
I know its not that helpful, but just a notification that something is wrong in your local env.
Thanks, Himanshu
On Sat, Apr 30, 2011 at 7:33 PM, Lars George <[EMAIL PROTECTED]> wrote:
> When I add a .toString() like other places in the code already have it > works. I don't get it though, that should be called implicitly. > > On Sat, Apr 30, 2011 at 6:01 PM, Lars George <[EMAIL PROTECTED]> > wrote: > > And not just there: > > > > 2011-04-30 18:01:11,730 ERROR > > org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while > > processing event C_M_DISABLE_TABLE > > java.lang.NoSuchMethodError: > > org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; > Its changed to return ServerName, no more a String. Seems like you have some stale classes. > > at > org.apache.hadoop.hbase.master.BulkAssigner.getThreadNamePrefix(BulkAssigner.java:51) > > at > org.apache.hadoop.hbase.master.BulkAssigner.bulkAssign(BulkAssigner.java:90) > > ... > > > > Wahwah? > > > > On Sat, Apr 30, 2011 at 5:51 PM, Lars George <[EMAIL PROTECTED]> > wrote: > >> Hi, > >> > >> I just svn upped after a few days and although it compiles I get: > >> > >> 2011-04-30 17:48:58,822 FATAL org.apache.hadoop.hbase.master.HMaster: > >> Unhandled exception. Starting shutdown. > >> java.lang.NoSuchMethodError: > >> org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; > >> at > org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) > >> at > org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) > >> at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292) > >> > >> when starting locally (standalone mode). This seems to relate to > >> > >> 1097587 4/28/11 12:51 PM stack HBASE-3827 hbase-1502, > removing > >> heartbeats, broke master joining a running cluster and was returning > >> master hostname for rs to use > >> > >> What am I missing (jetlagged and daft). > >> > >> Lars > >> > > >
Himanshu Vashishtha 2011-05-01, 05:41
With the new build, I can access/insert data from shell and also from an external client. But the UI is not showing region server details, like I can't see Table Regions of a table that is there in HBase. Its RegionServer column states "not deployed". It used to show the details with the previous build. It seems it is related to the naming convention changes of region server etc.
Is there anything I need to change at my local to see the details like number of regions, region server details etc? I haven't looked the code for these UIs/metrics, so might be missing obvious parameters to make it work. Any pointers will be helpful.
PS: Lars: using this thread as it seems to be related to the current build issues. Hope you don't mind.
Thanks, Himanshu On Sat, Apr 30, 2011 at 10:14 PM, Himanshu Vashishtha < [EMAIL PROTECTED]> wrote:
> Seems to be a local issue at your side :)) Latest build is working on my > local (standalone on hdfs). > > I know its not that helpful, but just a notification that something is > wrong in your local env. > > Thanks, > Himanshu > > On Sat, Apr 30, 2011 at 7:33 PM, Lars George <[EMAIL PROTECTED]>wrote: > >> When I add a .toString() like other places in the code already have it >> works. I don't get it though, that should be called implicitly. >> >> On Sat, Apr 30, 2011 at 6:01 PM, Lars George <[EMAIL PROTECTED]> >> wrote: >> > And not just there: >> > >> > 2011-04-30 18:01:11,730 ERROR >> > org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while >> > processing event C_M_DISABLE_TABLE >> > java.lang.NoSuchMethodError: >> > org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; >> > Its changed to return ServerName, no more a String. Seems like you have > some stale classes. > > >> > at >> org.apache.hadoop.hbase.master.BulkAssigner.getThreadNamePrefix(BulkAssigner.java:51) >> > at >> org.apache.hadoop.hbase.master.BulkAssigner.bulkAssign(BulkAssigner.java:90) >> > ... >> > >> > Wahwah? >> > >> > On Sat, Apr 30, 2011 at 5:51 PM, Lars George <[EMAIL PROTECTED]> >> wrote: >> >> Hi, >> >> >> >> I just svn upped after a few days and although it compiles I get: >> >> >> >> 2011-04-30 17:48:58,822 FATAL org.apache.hadoop.hbase.master.HMaster: >> >> Unhandled exception. Starting shutdown. >> >> java.lang.NoSuchMethodError: >> >> org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; >> >> at >> org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) >> >> at >> org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) >> >> at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292) >> >> >> >> when starting locally (standalone mode). This seems to relate to >> >> >> >> 1097587 4/28/11 12:51 PM stack HBASE-3827 hbase-1502, >> removing >> >> heartbeats, broke master joining a running cluster and was returning >> >> master hostname for rs to use >> >> >> >> What am I missing (jetlagged and daft). >> >> >> >> Lars >> >> >> > >> > >
Jean-Daniel Cryans 2011-05-02, 18:08
It seems like you need to mvn clean
J-D
On Sat, Apr 30, 2011 at 6:33 PM, Lars George <[EMAIL PROTECTED]> wrote: > When I add a .toString() like other places in the code already have it > works. I don't get it though, that should be called implicitly. > > On Sat, Apr 30, 2011 at 6:01 PM, Lars George <[EMAIL PROTECTED]> wrote: >> And not just there: >> >> 2011-04-30 18:01:11,730 ERROR >> org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while >> processing event C_M_DISABLE_TABLE >> java.lang.NoSuchMethodError: >> org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; >> at org.apache.hadoop.hbase.master.BulkAssigner.getThreadNamePrefix(BulkAssigner.java:51) >> at org.apache.hadoop.hbase.master.BulkAssigner.bulkAssign(BulkAssigner.java:90) >> ... >> >> Wahwah? >> >> On Sat, Apr 30, 2011 at 5:51 PM, Lars George <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> I just svn upped after a few days and although it compiles I get: >>> >>> 2011-04-30 17:48:58,822 FATAL org.apache.hadoop.hbase.master.HMaster: >>> Unhandled exception. Starting shutdown. >>> java.lang.NoSuchMethodError: >>> org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; >>> at org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) >>> at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) >>> at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292) >>> >>> when starting locally (standalone mode). This seems to relate to >>> >>> 1097587 4/28/11 12:51 PM stack HBASE-3827 hbase-1502, removing >>> heartbeats, broke master joining a running cluster and was returning >>> master hostname for rs to use >>> >>> What am I missing (jetlagged and daft). >>> >>> Lars >>> >> >
Lars George 2011-05-06, 00:16
I got those "not deployed" messages in the UI too, although it was clearly deployed. What is that all about?
On Sat, Apr 30, 2011 at 10:41 PM, Himanshu Vashishtha <[EMAIL PROTECTED]> wrote: > With the new build, I can access/insert data from shell and also from an > external client. But the UI is not showing region server details, like I > can't see Table Regions of a table that is there in HBase. Its RegionServer > column states "not deployed". > It used to show the details with the previous build. It seems it is related > to the naming convention changes of region server etc. > > Is there anything I need to change at my local to see the details like > number of regions, region server details etc? I haven't looked the code for > these UIs/metrics, so might be missing obvious parameters to make it work. > Any pointers will be helpful. > > PS: Lars: using this thread as it seems to be related to the current build > issues. Hope you don't mind. > > Thanks, > Himanshu > > > On Sat, Apr 30, 2011 at 10:14 PM, Himanshu Vashishtha < > [EMAIL PROTECTED]> wrote: > >> Seems to be a local issue at your side :)) Latest build is working on my >> local (standalone on hdfs). >> >> I know its not that helpful, but just a notification that something is >> wrong in your local env. >> >> Thanks, >> Himanshu >> >> On Sat, Apr 30, 2011 at 7:33 PM, Lars George <[EMAIL PROTECTED]>wrote: >> >>> When I add a .toString() like other places in the code already have it >>> works. I don't get it though, that should be called implicitly. >>> >>> On Sat, Apr 30, 2011 at 6:01 PM, Lars George <[EMAIL PROTECTED]> >>> wrote: >>> > And not just there: >>> > >>> > 2011-04-30 18:01:11,730 ERROR >>> > org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while >>> > processing event C_M_DISABLE_TABLE >>> > java.lang.NoSuchMethodError: >>> > org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; >>> >> Its changed to return ServerName, no more a String. Seems like you have >> some stale classes. >> >> >>> > at >>> org.apache.hadoop.hbase.master.BulkAssigner.getThreadNamePrefix(BulkAssigner.java:51) >>> > at >>> org.apache.hadoop.hbase.master.BulkAssigner.bulkAssign(BulkAssigner.java:90) >>> > ... >>> > >>> > Wahwah? >>> > >>> > On Sat, Apr 30, 2011 at 5:51 PM, Lars George <[EMAIL PROTECTED]> >>> wrote: >>> >> Hi, >>> >> >>> >> I just svn upped after a few days and although it compiles I get: >>> >> >>> >> 2011-04-30 17:48:58,822 FATAL org.apache.hadoop.hbase.master.HMaster: >>> >> Unhandled exception. Starting shutdown. >>> >> java.lang.NoSuchMethodError: >>> >> org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; >>> >> at >>> org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) >>> >> at >>> org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) >>> >> at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292) >>> >> >>> >> when starting locally (standalone mode). This seems to relate to >>> >> >>> >> 1097587 4/28/11 12:51 PM stack HBASE-3827 hbase-1502, >>> removing >>> >> heartbeats, broke master joining a running cluster and was returning >>> >> master hostname for rs to use >>> >> >>> >> What am I missing (jetlagged and daft). >>> >> >>> >> Lars >>> >> >>> > >>> >> >> >
Himanshu Vashishtha 2011-05-06, 00:57
I think Stack fix those as part of 1502 (I saw his comments in the "build failed" related messages that are posted in this list). Though I haven't taken/checked the latest one yet.
Thanks, Himanshu
On Thu, May 5, 2011 at 6:16 PM, Lars George <[EMAIL PROTECTED]> wrote:
> I got those "not deployed" messages in the UI too, although it was > clearly deployed. What is that all about? > > On Sat, Apr 30, 2011 at 10:41 PM, Himanshu Vashishtha > <[EMAIL PROTECTED]> wrote: > > With the new build, I can access/insert data from shell and also from an > > external client. But the UI is not showing region server details, like I > > can't see Table Regions of a table that is there in HBase. Its > RegionServer > > column states "not deployed". > > It used to show the details with the previous build. It seems it is > related > > to the naming convention changes of region server etc. > > > > Is there anything I need to change at my local to see the details like > > number of regions, region server details etc? I haven't looked the code > for > > these UIs/metrics, so might be missing obvious parameters to make it > work. > > Any pointers will be helpful. > > > > PS: Lars: using this thread as it seems to be related to the current > build > > issues. Hope you don't mind. > > > > Thanks, > > Himanshu > > > > > > On Sat, Apr 30, 2011 at 10:14 PM, Himanshu Vashishtha < > > [EMAIL PROTECTED]> wrote: > > > >> Seems to be a local issue at your side :)) Latest build is working on my > >> local (standalone on hdfs). > >> > >> I know its not that helpful, but just a notification that something is > >> wrong in your local env. > >> > >> Thanks, > >> Himanshu > >> > >> On Sat, Apr 30, 2011 at 7:33 PM, Lars George <[EMAIL PROTECTED] > >wrote: > >> > >>> When I add a .toString() like other places in the code already have it > >>> works. I don't get it though, that should be called implicitly. > >>> > >>> On Sat, Apr 30, 2011 at 6:01 PM, Lars George <[EMAIL PROTECTED]> > >>> wrote: > >>> > And not just there: > >>> > > >>> > 2011-04-30 18:01:11,730 ERROR > >>> > org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while > >>> > processing event C_M_DISABLE_TABLE > >>> > java.lang.NoSuchMethodError: > >>> > org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; > >>> > >> Its changed to return ServerName, no more a String. Seems like you have > >> some stale classes. > >> > >> > >>> > at > >>> > org.apache.hadoop.hbase.master.BulkAssigner.getThreadNamePrefix(BulkAssigner.java:51) > >>> > at > >>> > org.apache.hadoop.hbase.master.BulkAssigner.bulkAssign(BulkAssigner.java:90) > >>> > ... > >>> > > >>> > Wahwah? > >>> > > >>> > On Sat, Apr 30, 2011 at 5:51 PM, Lars George <[EMAIL PROTECTED]> > >>> wrote: > >>> >> Hi, > >>> >> > >>> >> I just svn upped after a few days and although it compiles I get: > >>> >> > >>> >> 2011-04-30 17:48:58,822 FATAL > org.apache.hadoop.hbase.master.HMaster: > >>> >> Unhandled exception. Starting shutdown. > >>> >> java.lang.NoSuchMethodError: > >>> >> org.apache.hadoop.hbase.Server.getServerName()Ljava/lang/String; > >>> >> at > >>> > org.apache.hadoop.hbase.master.CatalogJanitor.<init>(CatalogJanitor.java:57) > >>> >> at > >>> > org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:446) > >>> >> at > org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:292) > >>> >> > >>> >> when starting locally (standalone mode). This seems to relate to > >>> >> > >>> >> 1097587 4/28/11 12:51 PM stack HBASE-3827 > hbase-1502, > >>> removing > >>> >> heartbeats, broke master joining a running cluster and was returning > >>> >> master hostname for rs to use > >>> >> > >>> >> What am I missing (jetlagged and daft). > >>> >> > >>> >> Lars > >>> >> > >>> > > >>> > >> > >> > > >
|
|