org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException:区域系列信息在区域TestTable中不存在

时间:2016-07-14 10:21:45

标签: hadoop hbase

hbase(main):005:0> list 'TestTable:family.*'
TABLE                                                                                                                                                                  
0 row(s) in 0.0070 seconds

=> []
hbase(main):006:0>
2016-07-14 18:17:29,415 INFO  [TestClient-0] zookeeper.ZooKeeper: Session: 0x355e8511eb40011 closed
2016-07-14 18:17:29,416 INFO  [TestClient-0-EventThread] zookeeper.ClientCnxn: EventThread shut down
java.io.IOException: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 2804 actions: org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: Column family info does not exist in region TestTable,,1468486486864.5e87c6b8eb2accd7e096475082ad2128. in table 'TestTable', {NAME => 'family', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0', COMPRESSION => 'NONE', VERSIONS => '1', TTL => 'FOREVER', MIN_VERSIONS => '0', KEEP_DELETED_CELLS => 'FALSE', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}
    at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:708)
    at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:663)
    at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2050)
    at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:32393)
    at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2127)
    at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107)
    at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:133)
    at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:108)
    at java.lang.Thread.run(Thread.java:745)

我无法理解,我无法使用JAVA

我试图对HBase使用PerformanceEvaluation进行压力测试。但据报道这个错误。这个错误告诉我TestTable不存在。但我确定TestTable存在!我无法理解这个通知。

0 个答案:

没有答案