Is 192.168.0.2 == localhost? Try setting hbase.rootdir to hdfs://192.168.0.2:8020/hbase. See what happens. Is it possible that localhost is 192.168.2.2 in your local networking?
St.Ack On Thu, Oct 14, 2010 at 4:09 AM, Clement Jebakumar <[email protected]> wrote: > Below is my configuration > <configuration> > <property> > <name>hbase.cluster.distributed</name> > <value>true</value> > </property> > <property> > <name>hbase.rootdir</name> > <value>hdfs://localhost:8020/hbase</value> > </property> > <property> > <name>hbase.master</name> > <value>192.168.0.2:60000</value> > </property> > </configuration> > > Is there a way to set the IP address on which hbase can listen? > > *Clement Jebakumar,* > 111/27 Keelamutharamman Kovil Street, > Tenkasi, 627 811 > http://www.declum.com/clement.html > > > On 14 October 2010 00:13, Stack <[email protected]> wrote: > >> Its unlikely hbase is pulling 192.168.2.2 from thin air. >> >> Can you check your networking? >> >> Have you made any configuration in hbase-site.xml? >> >> Thanks, >> St.Ack >> >> On Wed, Oct 13, 2010 at 1:50 PM, Clement Jebakumar <[email protected]> >> wrote: >> > I was setting up HBase, and found it was trying to listent on >> 192.168.2.2. >> > But my PCs IP is 192.168.0.2. SO how to setup this with hbase? Because of >> > this, i am not able to lunch HBase master. >> > >> > Can some one help? >> > >> > *Clement Jebakumar,* >> > 111/27 Keelamutharamman Kovil Street, >> > Tenkasi, 627 811 >> > http://www.declum.com/clement.html >> > >> >
