Re: Problem Accessing Hbase

2008-07-18 Thread Jean-Daniel Cryans
No problem. Since you're from the Ecole Polytechnique Fédérale de Lausanne, I would guess that you speak french. If it's the case, you may find my presentation interesting: http://wiki.apache.org/hadoop/HBase/HBasePresentations (at the bottom of the page). Regards, J-D On Fri, Jul 18, 2008 at 6

Re: Problem Accessing Hbase

2008-07-18 Thread srikanth . bondalapati
Hi, Thanks a lot for your support.It is working pretty fine. One silly mistake has wasted a lot of time:). Thanks a lot once again. Srikanth. Quoting Jean-Daniel Cryans <[EMAIL PROTECTED]>: Well I meant your spam folder in your email account ;) But make sure you send your mail t

Re: Problem Accessing Hbase

2008-07-17 Thread Jean-Daniel Cryans
Well I meant your spam folder in your email account ;) But make sure you send your mail to the mailing list and not to me directly. >From what I see, you are not using HDFS but your local filesystem. If you want HDFS, change your root dir "file:///home/srikanth/hbase-store" for something more like

Re: Problem Accessing Hbase

2008-07-16 Thread Jean-Daniel Cryans
Srikanth, Sorry for the delay, I answered the following yesterday but I didn't check the email to which I replied which happen to be yours, not the mailing list. So, you should check your spam I guess. Ok. Let's do this. First, enable DEBUG mode following this http://wiki.apache.org/hadoop/Hba

Re: Problem Accessing Hbase

2008-07-15 Thread Jean-Daniel Cryans
Srikanth, Interesting, the META table is never scanned at all! I think that happened to me once we I started messing around with HBase. Since the meta table is missing, I guess you don't have any data in HBase so I suggest shutting down HBase, then Hadoop, format HDFS, restart Hadoop and then rest

Re: Problem Accessing Hbase

2008-07-15 Thread srikanth . bondalapati
Hi, I am using HBase version 0.1.2 and Hadoop version 0.16.4. These are the log file contents of the HBase after starting the HBase and giving a query from the HBase Shell: - 1) HBase master 2008-07-15 09:29:01,298 INFO org.apache.hadoop.hbase.HMaster: Root region dir: file:/home/srikanth/

Problem Accessing Hbase

2008-07-14 Thread srikanth . bondalapati
Hi, I have installed Hadoop and HBase on two different linux machines one being Ubuntu and the other Xentos . I was also able to start slave(Xentos) from the master(Ubuntu). And the output of "jps" shows all the processes running on both master and slave. But when I give any query in

Re: Problem Accessing Hbase

2008-07-14 Thread Jean-Daniel Cryans
Srikanth, Which version of HBase? Can we see your master and regionserver logs? (in the logs folder on each machine) Thx J-D On Mon, Jul 14, 2008 at 12:13 PM, <[EMAIL PROTECTED]> wrote: > Hi, > >I have installed Hadoop and HBase on two different linux machines one > being Ubuntu and the ot

Problem Accessing Hbase

2008-07-14 Thread srikanth . bondalapati
Hi, I have installed Hadoop and HBase on two different linux machines one being Ubuntu and the other Xentos . I was also able to start slave(Xentos) from the master(Ubuntu). And the output of "jps" shows all the processes running on both master and slave. But when I give any query in