Actually, I did find something curious in the master log with debug turned on:
2008-05-01 11:05:56,407 INFO org.apache.hadoop.ipc.metrics.RpcMetrics: Initializing RPC Metrics with hostName=60000, port=60000 2008-05-01 11:05:56,482 INFO org.apache.hadoop.hbase.HMaster: HMaster initialized on 127.0.0.1:60000 hostname 60000? but then the next line shows localhost? On Thu, May 1, 2008 at 9:32 AM, Daniel Leffel <[EMAIL PROTECTED]> wrote: > Not sure what's going on with this and thought I'd ask. I can't find any > rationale for this on the wiki or in the logs. > > I've begun to set up our production environment which is a multi-node > setup. (To-date our development environment was a single node in > psudeo-distributed mode). > > The HBase master is listening on port 60000 only for connections that are > local and is refusing remote connections. All the other services on the box > (60010,600020 and 600030) listen both locally and remotely. There's no > firewall on the box. > > In the hbase-site.xml, I've specificed hbase.master to be [hostname]:60000 > > Any ideas? >
