Hbase集群client执行报错:Unable to find region for TABLE,,99999999999999 after 10 tries.
Windows7 eclipse下运行Hbase集群客户端,报
Unable to find region for wlan_log,,99999999999999 after 10 tries.

Unable to find region for wlan_log,,99999999999999 after 10 tries.
Unable to find region for wlan_log,,99999999999999 after 10 tries.
其中wlan_log是我的Hbase表。
仔细检查了我的Hbase和Hadoop集群都没有问题,经过度娘的提示,我终于明白了,
因为我的host文件只配置了regionServer的hostname,但并没有配置其他region的hostname,所以找不到region
因为之前我是在Hbase伪分布模式下操作的,故不会由此问题!
文章来自:http://blog.csdn.net/caicongyang/article/details/45605329