You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by "Ahmad, Sami" <Sa...@dot.state.fl.us> on 2019/05/24 15:04:47 UTC

problems with HBASE storage plugin

I am not able to get hbase storage plugin to work . HIVE storage plugin is working good though.
From hbase I can see the tables and access them fine.


The plugin in I am using is  :

{
    "type": "hbase",
    "config": {
      "hbase.zookeeper.quorum": "hadoop1,hadoop2,hadoop3",
      "hbase.zookeeper.property.clientPort": "2181"
    },
    "size.calculator.enabled": false,
    "enabled": true
}


The error I get is :


2019-05-24 10:53:34,306 [2317fa90-eda8-28fe-bd33-036278de11b9:foreman] INFO  o.a.drill.exec.work.foreman.Foreman - Query text for query with id 2317fa90-eda8-28fe-bd33-036278de11b9 issued by anonymous: show tables

2019-05-24 10:53:34,599 [2317fa90-eda8-28fe-bd33-036278de11b9:frag:0:0] INFO  o.a.d.e.s.h.HBaseConnectionManager - HBase connection 'hconnection-0x877d882' created.

2019-05-24 10:55:43,404 [2317fa90-eda8-28fe-bd33-036278de11b9:frag:0:0] WARN  o.a.d.e.s.hbase.HBaseSchemaFactory - Failure while loading table names for database 'hbase'.

org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /hbase/master

   at org.apache.hadoop.hbase.client.ConnectionImplementation$MasterServiceStubMaker.makeStub(ConnectionImplementation.java:1179) ~[hbase-client-2.1.1.jar:2.1.1]