<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HBase installation issue in cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124451#M34445</link>
    <description>&lt;P&gt;I would highly recommend using Ambari to install your cluster to avoid future issues.&lt;/P&gt;&lt;P&gt;It looks like the ZooKeeper nodes cannot communicate with one another. Are 10.0.1.103 and 10.0.1.105 the proper IP addresses? Can the node which you copied the exception from reach the nodes specified by those IP address? Have you inspected if the other nodes have errors?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2016 03:37:31 GMT</pubDate>
    <dc:creator>elserj</dc:creator>
    <dc:date>2016-07-12T03:37:31Z</dc:date>
    <item>
      <title>HBase installation issue in cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124450#M34444</link>
      <description>&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/38312992/error-in-hbase-setup#"&gt;&lt;/A&gt;
        &lt;/P&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;I have a hadoop cluster setup with one master and two slave. I want to installed hbase  in the cluster. &lt;/P&gt;&lt;P&gt;But when running hbase I hbase I am getting one error in zookeeper log file &lt;/P&gt;&lt;PRE&gt;&amp;lt;code&amp;gt;&amp;gt; 2016-07-11 22:49:18,199 WARN  [QuorumPeer[myid=0]/0.0.0.0:2181] quorum.QuorumCnxManager: Cannot open channel to 2 at election address /10.0.1.105:3888
java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:579)
    at org.apache.zookeeper.server.quorum.QuorumCnxManager.connectOne(QuorumCnxManager.java:368)
    at org.apache.zookeeper.server.quorum.QuorumCnxManager.connectAll(QuorumCnxManager.java:402)
    at org.apache.zookeeper.server.quorum.FastLeaderElection.lookForLeader(FastLeaderElection.java:840)
    at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:762)
2016-07-11 22:49:18,201 WARN  [QuorumPeer[myid=0]/0.0.0.0:2181] quorum.QuorumCnxManager: Cannot open channel to 1 at election address /10.0.1.103:3888
java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:579)
    at org.apache.zookeeper.server.quorum.QuorumCnxManager.connectOne(QuorumCnxManager.java:368)
    at org.apache.zookeeper.server.quorum.QuorumCnxManager.connectAll(QuorumCnxManager.java:402)
    at org.apache.zookeeper.server.quorum.FastLeaderElection.lookForLeader(FastLeaderElection.java:840)
    at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:762)
2016-07-11 22:49:18,201 INFO  [QuorumPeer[myid=0]/0.0.0.0:2181] quorum.FastLeaderElection: Notification time out: 25600
hduser@hadoopmaster:/home/$ 
&lt;/PRE&gt;
&lt;P&gt;But no error in salve. &lt;/P&gt;&lt;P&gt;My HBase-site.xml configuration is as follows ...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In Master&lt;/STRONG&gt; &lt;/P&gt;&lt;PRE&gt;&amp;lt;code&amp;gt;&amp;lt;configuration&amp;gt;

    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hbase.cluster.distributed&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;

    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hbase:rootdir&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;hdfs://hadoopmaster:9000/hbase&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;

    &amp;lt;property&amp;gt;
            &amp;lt;name&amp;gt;hbase.zookeeper.quorum&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;10.0.1.104,10.0.1.103,10.0.1.105&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;

    &amp;lt;property&amp;gt;
            &amp;lt;name&amp;gt;hbase.master&amp;lt;/name&amp;gt; 
            &amp;lt;value&amp;gt;hadoopmaster:60000&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
            &amp;lt;name&amp;gt;hbase.zookeeper.property.dataDir&amp;lt;/name&amp;gt;
            &amp;lt;value&amp;gt;hdfs://hadoopmaster:9000/zookeeper&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;

    &amp;lt;property&amp;gt;
            &amp;lt;name&amp;gt;hbase.zookeeper.property.clientPort&amp;lt;/name&amp;gt;
            &amp;lt;value&amp;gt;2181&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;

    &amp;lt;property&amp;gt; 
        &amp;lt;name&amp;gt;hbase.zookeeper.leaderport&amp;lt;/name&amp;gt; 
        &amp;lt;value&amp;gt;3888&amp;lt;/value&amp;gt; 
    &amp;lt;/property&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;In Slave&lt;/STRONG&gt; &lt;/P&gt;&lt;PRE&gt;&amp;lt;code&amp;gt;&amp;lt;configuration&amp;gt;

    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hbase.cluster.distributed&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;

    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;hbase:rootdir&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;hdfs://hadoopmaster:9000/hbase&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
            &amp;lt;name&amp;gt;hbase.zookeeper.property.clientPort&amp;lt;/name&amp;gt;
            &amp;lt;value&amp;gt;2181&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;

    &amp;lt;property&amp;gt; 
        &amp;lt;name&amp;gt;hbase.zookeeper.leaderport&amp;lt;/name&amp;gt; 
        &amp;lt;value&amp;gt;3888&amp;lt;/value&amp;gt; 
    &amp;lt;/property&amp;gt;

&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;IP Address Details &lt;/P&gt;&lt;P&gt;10.0.1.104 --- hadoopmaster&lt;/P&gt;&lt;P&gt;10.0.1.103 --- hadoopslave2&lt;/P&gt;&lt;P&gt;10.0.1.105 --- hadoopslave1&lt;/P&gt;&lt;P&gt;Please note, I do not have  firewall enabled in setup. &lt;/P&gt;&lt;P&gt;I am not using separate zookeepr installation rather I am using embed zookeeper installation that comes with HBASE. &lt;/P&gt;&lt;P&gt;Any one face this issue ? &lt;/P&gt;&lt;P&gt;Please suggest the way to resolve this issue.&lt;/P&gt;&lt;P&gt;Any help will be highly appropriated, Thanks in advance....  &lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 03:25:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124450#M34444</guid>
      <dc:creator>Biswajit16</dc:creator>
      <dc:date>2016-07-12T03:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: HBase installation issue in cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124451#M34445</link>
      <description>&lt;P&gt;I would highly recommend using Ambari to install your cluster to avoid future issues.&lt;/P&gt;&lt;P&gt;It looks like the ZooKeeper nodes cannot communicate with one another. Are 10.0.1.103 and 10.0.1.105 the proper IP addresses? Can the node which you copied the exception from reach the nodes specified by those IP address? Have you inspected if the other nodes have errors?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 03:37:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124451#M34445</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-07-12T03:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: HBase installation issue in cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124452#M34446</link>
      <description>&lt;P&gt;Proper configuration name:&lt;STRONG&gt; hbase.rootdir&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 04:34:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124452#M34446</guid>
      <dc:creator>vrodionov</dc:creator>
      <dc:date>2016-07-13T04:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: HBase installation issue in cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124453#M34447</link>
      <description>&lt;P&gt;Can you check zookeeper log on 10.0.1.105? May be it failed to start.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 04:37:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124453#M34447</guid>
      <dc:creator>vrodionov</dc:creator>
      <dc:date>2016-07-13T04:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: HBase installation issue in cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124454#M34448</link>
      <description>&lt;P&gt;Please post zoo.cfg content. You may have wrong connection strings in config file:&lt;/P&gt;&lt;P&gt;server.1=&lt;/P&gt;&lt;P&gt;server.2=&lt;/P&gt;&lt;P&gt;server.3=&lt;/P&gt;&lt;P&gt;or zero max client connections (sometime it happens)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 04:43:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124454#M34448</guid>
      <dc:creator>vrodionov</dc:creator>
      <dc:date>2016-07-13T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: HBase installation issue in cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124455#M34449</link>
      <description>&lt;P&gt;thanks a lot.... my bad &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; , a very bad silly mistake I did..... &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:35:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-installation-issue-in-cluster/m-p/124455#M34449</guid>
      <dc:creator>Biswajit16</dc:creator>
      <dc:date>2016-07-13T20:35:15Z</dc:date>
    </item>
  </channel>
</rss>

