Amogh created DRILL-7382:
----------------------------

             Summary: Apache Drill to Hbase Connection issue
                 Key: DRILL-7382
                 URL: https://issues.apache.org/jira/browse/DRILL-7382
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - HBase
    Affects Versions: 1.16.0
         Environment: cloudera 6.0 version

Apache Drill version : 1.16
            Reporter: Amogh
             Fix For: 1.16.0


Hi All,

I am trying to connect to the Hbase from Apache Drill,

 

My Zookeeper is running @136 server and i am trying to connect to hbase using 
the storage plugin i am not able to make connection below is the plugin i 
updated

 

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

 

Error i capture from the log 

*drillbit.out*

 

18:20:53.025 [Curator-Framework-0] ERROR o.a.c.f.imps.CuratorFrameworkImpl - 
Background operation retry gave up
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss
 at org.apache.zookeeper.KeeperException.create(KeeperException.java:102) 
~[zookeeper-3.4.12.jar:3.4.12--1]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.checkBackgroundRetry(CuratorFrameworkImpl.java:708)
 [curator-framework-2.7.1.jar:na]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:826)
 [curator-framework-2.7.1.jar:na]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:792)
 [curator-framework-2.7.1.jar:na]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.access$300(CuratorFrameworkImpl.java:62)
 [curator-framework-2.7.1.jar:na]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl$4.call(CuratorFrameworkImpl.java:257)
 [curator-framework-2.7.1.jar:na]
 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_201]
 at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[na:1.8.0_201]
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[na:1.8.0_201]
 at java.lang.Thread.run(Thread.java:748) [na:1.8.0_201]
18:20:53.025 [Curator-Framework-0] ERROR o.a.c.f.imps.CuratorFrameworkImpl - 
Background retry gave up
org.apache.curator.CuratorConnectionLossException: KeeperErrorCode = 
ConnectionLoss
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:809)
 [curator-framework-2.7.1.jar:na]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:792)
 [curator-framework-2.7.1.jar:na]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.access$300(CuratorFrameworkImpl.java:62)
 [curator-framework-2.7.1.jar:na]
 at 
org.apache.curator.framework.imps.CuratorFrameworkImpl$4.call(CuratorFrameworkImpl.java:257)
 [curator-framework-2.7.1.jar:na]
 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_201]
 at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[na:1.8.0_201]
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[na:1.8.0_201]
 at java.lang.Thread.run(Thread.java:748) [na:1.8.0_201]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to