Hi,
For reference, http://stackoverflow.com/questions/32132108/hbase-pseudo-distributed-mode-not-run-in-localhost similar discussion link Sent from Windows Mail From: [email protected] Sent: Monday, 24 August 2015 11:26 AM To: [email protected] Hi Ted, http://s2.postimg.org/5ze7anio9/HBase_Ports_Issue.png Please check the link Sent from Windows Mail From: Ted Yu Sent: Friday, 21 August 2015 10:12 PM To: [email protected] Images didn't go through. Mind using third-party site to share the images ? On Fri, Aug 21, 2015 at 9:14 AM, <[email protected]> wrote: > Hi, > > I have configured HBase as Pseudo Distributed Mode in windows; Just > noticed that HBase rpc ports run with IpV4 address always; > > Due to this if my machine goes to sleep mode or when my Ip changes cluster > goes down; I have my configuration only with ‘localhost’ not with my > local ‘IpAddress’ > > My configuration hbase-site.xml: > > hbase.master : localhost:60000 > > hbase.rootdir : hdfs://localhost:9000/hbase > > hbase.cluster.distributed : true > > hbase.zookeeper.quorum : localhost > > hbase.zookeeper.property.dataDir : C:\hbase-1.0.1.1\Zookeeper > > hbase.zookeeper.clientPort : 2181 > > > In the below image (from resmon.exe) you can see that Master’s (60000) and > RegionServer’s RPC port (60020) run with IpAddress; > > > > When I checked Hadoop’s Namenode RPC port (9000) it runs without IpAddress > i.e. Ipv4 unspecified; > > > I wish it will be better if HBase RPC ports also run with IpV4 unspecified; > > Sent from Windows Mail > >
