<?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.master.info.bindAddress has no effect on master node actual binding? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174357#M58135</link>
    <description>&lt;P&gt;You want to set&lt;EM&gt; hbase.master.ipc.address&lt;/EM&gt; instead. The info bindAddress is the configuration property for the HTTP web UI server, not the RPC server. The ipc address is the property you want to set to 0.0.0.0.&lt;/P&gt;&lt;P&gt;For future reference, see  &lt;A href="https://community.hortonworks.com/articles/24277/parameters-for-multi-homing.html" target="_blank"&gt;https://community.hortonworks.com/articles/24277/parameters-for-multi-homing.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2017 08:14:22 GMT</pubDate>
    <dc:creator>elserj</dc:creator>
    <dc:date>2017-03-27T08:14:22Z</dc:date>
    <item>
      <title>hbase.master.info.bindAddress has no effect on master node actual binding?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174355#M58133</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I installed HBase from HDP-2.5.3.0. The master node has given the following error:&lt;/P&gt;&lt;PRE&gt;Connection failed: [Errno 111] Connection refused to hmaster.mlx:16000&lt;/PRE&gt;&lt;P&gt;$ sudo netstat -tulpn | grep -E '16000' &lt;/P&gt;&lt;P&gt;tcp        0      0 192.168.20.41:16000         0.0.0.0:*                   LISTEN      11615/java&lt;/P&gt;&lt;P&gt;So the master node process binds to the cluster management interface only (which is not hmaster.mlx). I checked the hbase-site, and it has hbase.master.info.bindAddress set to 0.0.0.0 by default. &lt;/P&gt;&lt;P&gt;Am I looking at the wrong property?&lt;/P&gt;&lt;P&gt;But the RegionServer does bind to 0.0.0.0 though.&lt;/P&gt;&lt;P&gt;$ sudo netstat -tulpn | grep -E '16030' [sudo]&lt;/P&gt;&lt;P&gt;tcp 0 0 0.0.0.0:16030 0.0.0.0:* LISTEN 12320/java &lt;/P&gt;&lt;P&gt;Any idea will be appriciated.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Derrick&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 05:18:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174355#M58133</guid>
      <dc:creator>klin</dc:creator>
      <dc:date>2017-03-27T05:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.master.info.bindAddress has no effect on master node actual binding?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174356#M58134</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16588/klin938.html" nodeid="16588"&gt;@Derrick Lin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The HBase Master will use the FQDN (the output of the following command) and use this to bind to the interface configured for the node hostname. &lt;/P&gt;&lt;PRE&gt;# hostname -f&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;In situations where your HBase master node has two network interfaces, HBase will use the interfaces that resolves for the OS hostname. If you wish to use the hostname of the second interface then you can use the following property. We can override this with and entry in hbase-site by adding the following property:&lt;/P&gt;&lt;PRE&gt;hbase.master.hostname=&amp;lt;hostname&amp;gt; &lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 07:43:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174356#M58134</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-27T07:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.master.info.bindAddress has no effect on master node actual binding?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174357#M58135</link>
      <description>&lt;P&gt;You want to set&lt;EM&gt; hbase.master.ipc.address&lt;/EM&gt; instead. The info bindAddress is the configuration property for the HTTP web UI server, not the RPC server. The ipc address is the property you want to set to 0.0.0.0.&lt;/P&gt;&lt;P&gt;For future reference, see  &lt;A href="https://community.hortonworks.com/articles/24277/parameters-for-multi-homing.html" target="_blank"&gt;https://community.hortonworks.com/articles/24277/parameters-for-multi-homing.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 08:14:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174357#M58135</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2017-03-27T08:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.master.info.bindAddress has no effect on master node actual binding?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174358#M58136</link>
      <description>&lt;P&gt;thanks guy,&lt;/P&gt;&lt;P&gt;Set the &lt;EM&gt;hbase.master.ipc.address to 0.0.0.0 solved my problem. Cheers,&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 08:30:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174358#M58136</guid>
      <dc:creator>klin</dc:creator>
      <dc:date>2017-03-27T08:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.master.info.bindAddress has no effect on master node actual binding?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174359#M58137</link>
      <description>&lt;P&gt;Might you take a moment to "Accept" the answer you found helpful, &lt;A rel="user" href="https://community.cloudera.com/users/16588/klin938.html" nodeid="16588"&gt;@Derrick Lin&lt;/A&gt;? Thanks. &lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 11:03:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-master-info-bindAddress-has-no-effect-on-master-node/m-p/174359#M58137</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2017-03-27T11:03:14Z</dc:date>
    </item>
  </channel>
</rss>

