随笔分类 -  HBase报错系列

HBase 报错系列之region is not online
摘要:报错信息: ERROR org.apache.hadoop.hbase.regionserver.HRegionServer: Received CLOSE for a region which is not online, and we're not opening. 2016-12-07 16: 阅读全文
posted @ 2017-04-05 20:42 流浪在伯纳乌 阅读(3854) 评论(0) 推荐(0)
HBase 表迁移中对丢失的表检查使用的语句
摘要:在进行表检查时报错: org.apache.hadoop.hbase.TableNotFoundException: ods_matchinfo 改表丢失了 将报错的表删除,执行hbase hbck -fixMeta hbase hbck –fixAssignments 直到都没有报错。 解决命令如 阅读全文
posted @ 2017-04-05 20:36 流浪在伯纳乌 阅读(430) 评论(0) 推荐(0)
HBase报错系列之建表问题
摘要:问题描述:HBase建表时 ERROR: Table already exists: ods_yz_trader_transactionsd_1! 删除此表时报:table not exists 解决办法: 1 查看hdfs 相应的目录下是否有该表 hdfs dfs -ls /hbases/data 阅读全文
posted @ 2017-04-05 20:32 流浪在伯纳乌 阅读(1041) 评论(0) 推荐(0)