Unable to access HBase table -
i have cluster of 5 nodes on created few tables on hbase , populated data. 1 of nodes failed , able list of tables on hbase scan or disable of 2 of tables gives
nativeexception: org.apache.hadoop.hbase.client.noserverforregionexception: no server address listed in .meta. region tablename,,1295871604968
i want drop table cannot past problem. i'm using hbase shell this.
is possible restart node?
hbase should have redistributed regions other nodes. there few reasons wouldn't have happened, 1 can think of off top of head have corrupted hdfs. happen if don't have replication in data nodes (or replication turned below number of number of node failures). check file system (hadoop fsck /)
also, helpful list version of hbase , hadoop using. if possible, move hbase version 0.90 hadoop 0.20-append branch (included in cdh3)
Comments
Post a Comment