You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Neemesh (JIRA)" <ji...@apache.org> on 2016/05/10 14:09:12 UTC

[jira] [Created] (HBASE-15810) We are running a map reduce/spark job to bulk load hbase data in one of the environment . While running the job, it is not able to connect to hbase zookeeper

Neemesh created HBASE-15810:
-------------------------------

             Summary: We are running a map reduce/spark job to bulk load hbase data in one of the environment . While running the job, it is not able to connect to hbase zookeeper 
                 Key: HBASE-15810
                 URL: https://issues.apache.org/jira/browse/HBASE-15810
             Project: HBase
          Issue Type: Bug
         Environment: CHD 5.3.3 and Spark version 1.5.1
            Reporter: Neemesh


We are running a map reduce/spark job to bulk load hbase data in one of the environment . While running the job, it is not able to connect to hbase zookeeper and throws the following error. We have executed the same job in Titan DEV too but facing the same problem. Please let us know if anyone has faced the same problem before.

Details are,

•	Earlier job was failing to connect to localhost/127.0.0.1:2181 hence the property hbase.zookeeper.quorum has been set in map reduce code with c149jub.int.westgroup.com,c321shu.int.westgroup.com,c167rvm.int.westgroup.com which we got from hbase-site.xml.
•	We are using jars of cdh version 5.3.3.

Error
16/05/10 06:36:10 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=c321shu.int.westgroup.com:2181,c149jub.int.westgroup.com:2181,c167rvm.int.westgroup.com:2181 sessionTimeout=90000 watcher=hconnection-0x74b47a30, quorum=c321shu.int.westgroup.com:2181,c149jub.int.westgroup.com:2181,c167rvm.int.westgroup.com:2181, baseZNode=/hbase
16/05/10 06:36:10 INFO zookeeper.ClientCnxn: Opening socket connection to server c321shu.int.westgroup.com/10.204.152.28:2181. Will not attempt to authenticate using SASL (unknown error)
16/05/10 06:36:10 INFO zookeeper.ClientCnxn: Socket connection established, initiating session, client: /10.204.24.16:35740, server: c321shu.int.westgroup.com/10.204.152.28:2181
16/05/10 06:36:10 INFO zookeeper.ClientCnxn: Session establishment complete on server c321shu.int.westgroup.com/10.204.152.28:2181, sessionid = 0x5534bebb441bd3f, negotiated timeout = 60000
16/05/10 06:36:11 INFO mapreduce.HFileOutputFormat2: Looking up current regions for table ecpdevv1patents:NormNovusDemo
Exception in thread "main" org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=35, exceptions:
Tue May 10 06:36:11 CDT 2016, org.apache.hadoop.hbase.client.RpcRetryingCaller@3927df20, java.io.IOException: Call to c873gpv.int.westgroup.com/10.204.67.9:60020 failed on local exception: java.io.EOFException




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)