In addition to Stack's suggestion, use DNS names instead of IP address in configuration of Hadoop and HBase. Its a bad idea to use DNS names in configuration. Check your DNS configuration file.
By sudo i meant that run the netstat command like this: "sudo netstat -alnp" . "sudo" is used to run a command with root privileges. ~Anil On Thu, Aug 30, 2012 at 3:40 PM, Stack <st...@duboce.net> wrote: > On Thu, Aug 30, 2012 at 12:17 PM, Jilani Shaik <jilani2...@gmail.com> > wrote: > > telnet is working for 60010, 60030 and 9000 from both the local and > remote > > boxes. > > > > Then the hbase daemons are not running or as Anil is suggesting, the > connectivity between machines needs fixing (It looks like all binds to > localhost.. can you fix that?). Once your connectivity fixed, then > try running HBase. > > St.Ack > -- Thanks & Regards, Anil Gupta