2017/08/24 12:18:33 [D] [any_hours_num_of_calls.go:26] hbase conn : 127.0.0.1 : 9090
2017/08/24 12:18:33 [D] [any_hours_num_of_calls.go:26] rowkey{e4feb825****************70e178|******************** table{namespace:table} family{r}
2017/08/24 12:18:33 [W] [any_hours_num_of_calls.go:26] >err_msg: Invalid method name: 'exists' <
通过thrift拉取HBase中的数据,A机器上可行 hbase版本1.2.6,B机器上不行 hbase版本1.2.5,折腾了半天,才发现是HBase的版本不兼容的问题,用的thrift0.10.0分支上的library,升级HBase到1.2.6之后稳定可行。