欢迎投稿

今日深度:

drill 连接hbase 问题,drillhbase

drill 连接hbase 问题,drillhbase


一直用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
}

www.htsjk.Com true http://www.htsjk.com/hbase/30410.html NewsArticle drill 连接hbase 问题,drillhbase 一直用drill 连接 hbase 查不出数据 后来看了一下zookeeper的里面存储路径:/hbase-unsecure 突然明白了。 然后drill storage配置如下: {   "type": "hbase",   "config": {  ...
相关文章
    暂无相关文章
评论暂时关闭