一直用drill 连接 hbase 查不出数据
后来看了一下zookeeper的里面存储路径:/hbase-unsecure
突然明白了。
然后drill storage配置如下:
{
"type": "hbase",
"config": {
"hbase.zookeeper.quorum": "host",
"hbase.zookeeper.property.clientPort": "2181",
"zookeeper.znode.parent": "/hbase-unsecure"
},
"size.calculator.enabled": false,
"enabled": true
}