Re: a strange situation of HBase when I issue scan '.META.' command

2012-03-05 Thread yonghu
Thanks for your apply. I didn't read it carefully. Yong On Mon, Mar 5, 2012 at 2:14 PM, Doug Meil wrote: > > Hi there- > > You might want to see this in the Ref Guide. > > http://hbase.apache.org/book.html#arch.catalog > > "A region with an empty start key >       is the first region in a table.

Re: a strange situation of HBase when I issue scan '.META.' command

2012-03-05 Thread Doug Meil
Hi there- You might want to see this in the Ref Guide. http://hbase.apache.org/book.html#arch.catalog "A region with an empty start key is the first region in a table. If region has both an empty start and an empty end key, its the only region in the table" On 3/5/12 7:27 AM, "yongh

a strange situation of HBase when I issue scan '.META.' command

2012-03-05 Thread yonghu
Hello, My HBase version is 0.90.2 and installed in pseudo mode. I have successfully inserted two tuples in the 'test' table. hbase(main):005:0> scan 'test' ROWCOLUMN+CELL jim column=course:english, timestamp=1330949116240, value=1.3 tom