Zookeeper Quorum value zookeeper ClientCnxn Client session timed out

0 votes

Can you please clarify value to be set to Zookeeper Quorum property?

I used 

conf.set("hbase.zookeeper.quorum", "ip-20-0-31-249.ec2.internal"); 

The program throws below error.

18/12/16 17:20:41 INFO zookeeper.ClientCnxn: Opening socket connection to server ip-20-0-31-249.ec2.internal/20.0.31.249:2181. Will not attempt to authenticate using SASL (unknown error)
18/12/16 17:21:40 INFO zookeeper.ClientCnxn: Client session timed out, have not heard from server in 60057ms for sessionid 0x0, closing socket connection and attempting reconnect

How do I know the values for this property?

Feb 21, 2019 in Big Data Hadoop by Raj
2,200 views

1 answer to this question.

0 votes

Enter the below command on the Web Console to know the zookeeper's IP address,

vi/opt/cloudera/parcels/CDH/lib/hbase/conf/hbase-site.xml

Now look for ha.zooker.quorum

Change the code based on this zookeeper.quorum port number.

answered Feb 21, 2019 by Omkar
• 69,210 points

Related Questions In Big Data Hadoop

0 votes
1 answer

Difference between ensemble and quorum in zookeeper?

Hey, When you want to have high availability ...READ MORE

answered May 25, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,363 views
0 votes
1 answer

ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper.

Hi@akhtar, When you try to start hbase server, ...READ MORE

answered Mar 30, 2020 in Big Data Hadoop by MD
• 95,440 points
983 views
0 votes
1 answer

ERROR org.apache.hadoop.hbase.regionserver.HRegionServer: ZooKeeper session expired

Hi@akhtar, To avoid this error you have to ...READ MORE

answered Mar 31, 2020 in Big Data Hadoop by MD
• 95,440 points
1,603 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,618 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,215 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,944 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,296 views
0 votes
1 answer

Is it possible to start a zookeeper server instance in process?

To start ZooKeeper you have to execute ZooKeeperServerMain class. You can use ...READ MORE

answered Oct 9, 2018 in Big Data Hadoop by Omkar
• 69,210 points
507 views
0 votes
1 answer

Hbase: Client not able to connect with remote Hbase server

You have to remove the localhost entry from hbase server's ...READ MORE

answered Nov 8, 2018 in Big Data Hadoop by Omkar
• 69,210 points
5,113 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP