分享

这个问题折腾快2天了。hbase启动的问题。

CSDNNDSC111 发表于 2013-10-16 13:40:50 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 5 7031
hbase(main):001:0> create 't1','t2'
ERROR: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=7, exceptions:
Mon Mar 12 16:31:33 CST 2012, org.apache.hadoop.hbase.client.ScannerCallable@4f33c1, java.io.IOException: HRegionInfo was null or empty in -ROOT-, row=keyvalues={.META.,,1/info:server/1331540990769/Put/vlen=15, .META.,,1/info:serverstartcode/1331540990769/Put/vlen=8}
Mon Mar 12 16:31:45 CST 2012, org.apache.hadoop.hbase.client.ScannerCallable@4f33c1, java.io.IOException: HRegionInfo was null or empty in -ROOT-, row=keyvalues={.META.,,1/info:server/1331540990769/Put/vlen=15, .META.,,1/info:serverstartcode/1331540990769/Put/vlen=8}
Mon Mar 12 16:31:58 CST 2012, org.apache.hadoop.hbase.client.ScannerCallable@4f33c1, java.io.IOException: HRegionInfo was null or empty in -ROOT-, row=keyvalues={.META.,,1/info:server/1331540990769/Put/vlen=15, .META.,,1/info:serverstartcode/1331540990769/Put/vlen=8}
Mon Mar 12 16:32:10 CST 2012, org.apache.hadoop.hbase.client.ScannerCallable@4f33c1, java.io.IOException: HRegionInfo was null or empty in -ROOT-, row=keyvalues={.META.,,1/info:server/1331540990769/Put/vlen=15, .META.,,1/info:serverstartcode/1331540990769/Put/vlen=8}
Mon Mar 12 16:32:23 CST 2012, org.apache.hadoop.hbase.client.ScannerCallable@4f33c1, java.io.IOException: HRegionInfo was null or empty in -ROOT-, row=keyvalues={.META.,,1/info:server/1331540990769/Put/vlen=15, .META.,,1/info:serverstartcode/1331540990769/Put/vlen=8}
Mon Mar 12 16:32:36 CST 2012, org.apache.hadoop.hbase.client.ScannerCallable@4f33c1, java.io.IOException: HRegionInfo was null or empty in -ROOT-, row=keyvalues={.META.,,1/info:server/1331540990769/Put/vlen=15, .META.,,1/info:serverstartcode/1331540990769/Put/vlen=8}
Mon Mar 12 16:32:52 CST 2012, org.apache.hadoop.hbase.client.ScannerCallable@4f33c1, java.io.IOException: HRegionInfo was null or empty in -ROOT-, row=keyvalues={.META.,,1/info:server/1331540990769/Put/vlen=15, .META.,,1/info:serverstartcode/1331540990769/Put/vlen=8}
Here is some help for this command:
Create table; pass table name, a dictionary of specifications per
column family, and optionally a dictionary of table configuration.
Dictionaries are described below in the GENERAL NOTES section.
Examples:
  hbase> create 't1', {NAME => 'f1', VERSIONS => 5}
  hbase> create 't1', {NAME => 'f1'}, {NAME => 'f2'}, {NAME => 'f3'}
  hbase> # The above in shorthand would be the following:
  hbase> create 't1', 'f1', 'f2', 'f3'
  hbase> create 't1', {NAME => 'f1', VERSIONS => 1, TTL => 2592000, BLOCKCACHE => true}
  hbase> create 't1', 'f1', {SPLITS => ['10', '20', '30', '40']}
  hbase> create 't1', 'f1', {SPLITS_FILE => 'splits.txt'}
hbase(main):002:0>
              
               
               

已有(5)人评论

跳转到指定楼层
TaoistWar 发表于 2013-10-16 13:41:39

            你解决没?解决了也给我说下,我也碰到了。
        
回复

使用道具 举报

liuxiaochen123 发表于 2013-10-16 13:42:12

            HRgion没启动起来,重启下吧,
        
回复

使用道具 举报

liuxiaochen123 发表于 2013-10-16 13:42:46

            HREGION没启动起来,重启下试试
        
回复

使用道具 举报

lzd_1983 发表于 2013-10-16 13:43:25

            HRgion这个服务我们也启动了,但还是报这个错误,我现在的状况是HADOOP服务也是正常的,HBASE的服务也是正常的,而且在SHELL里面也可以录入其它的指令,就是建表的时候,老是报这个错误,我也折腾两天了。有人知道的话,麻烦加一下,我QQ275268821或者lzd8312@qq.com。好吗?
        
回复

使用道具 举报

fanfoxle 发表于 2013-10-16 13:43:59

            单机的?
如果regionserver是起来的那就没办法了
我这边是在集群里把hbase架在GPFS上,有台节点的regionserver忘设了,结果就出这问题。改过后ok。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条