Mostly just means that your ZooKeeper's zoo.cfg, Hadoop's core-site.xml/mapred-site.xml, and HBase's hbase-site.xml - must *not* carry "localhost" (or anything that resolves to 127.0.0.1) in it anywhere, but rather use a hostname that identifies it, and is accessible by your client node.
On Tue, Jan 24, 2012 at 6:40 PM, sangeetha k <[email protected]> wrote: > Hi, > > what does this 'no server binding to localhost' means. Any configuration > changes for this? > > Thanks, > Sangeetha K > > From: Harsh J <[email protected]> > To: [email protected]; sangeetha k <[email protected]> > Sent: Tuesday, January 24, 2012 5:31 PM > Subject: Re: hadoop and hbase mode > > You need a distributed mode, with no server binding to localhost. > > On Tue, Jan 24, 2012 at 5:21 PM, sangeetha k <[email protected]> wrote: >> Hi, >> >> I wanted to setup Hadoop and Hbase in one remote server and Hbase client >> running in another system. >> >> Please let me know which mode should the Hadoop and Hbase be running in >> the remote server. Pseudo-distributed or distributed mode? >> >> Previously I had Hadoop, Hbase and hbase client all running in single >> system. Now I wanted to move the Hadoop and Hbase to remote system and test >> the client. >> >> Thanks, >> Sangeetha K > > > > -- > Harsh J > Customer Ops. Engineer, Cloudera > > -- Harsh J Customer Ops. Engineer, Cloudera
