Re: Batch puts interrupted ... Requested row out of range for HRegion filestore ...org.apache.hadoop.hbase.client.RetriesExhaustedException:

2010-08-06 Thread Ryan Rawson
Hi, When you run into this problem, it's usually a sign of a META problem, specifically you have a 'hole' in the META table. The META table contains a series of keys like so: table,start_row1,timestamp[data] table,start_row2,timestamp[data] etc When we search for a region for a given

Re: Batch puts interrupted ... Requested row out of range for HRegion filestore ...org.apache.hadoop.hbase.client.RetriesExhaustedException:

2010-08-06 Thread Stuart Smith
so? Anything need to be shut down before I do? Thanks! Take care, -stu --- On Fri, 8/6/10, Ryan Rawson ryano...@gmail.com wrote: From: Ryan Rawson ryano...@gmail.com Subject: Re: Batch puts interrupted ... Requested row out of range for HRegion filestore

Re: Batch puts interrupted ... Requested row out of range for HRegion filestore ...org.apache.hadoop.hbase.client.RetriesExhaustedException:

2010-08-06 Thread Stuart Smith
...@gmail.com wrote: From: Ryan Rawson ryano...@gmail.com Subject: Re: Batch puts interrupted ... Requested row out of range for HRegion  filestore ...org.apache.hadoop.hbase.client.RetriesExhaustedException: To: user@hbase.apache.org Date: Friday, August 6, 2010, 6:08 PM Hi, When you run