Hi Kaz, On Sat, Jan 12, 2013 at 1:09 AM, k4200 <[email protected]> wrote:
> > Here are the questions: > 1. How to fix this? I'm guessing changing the block size in HBase > would fix the problem, but I don't know how. gora.properties, perhaps? > No, such functionality is not currently implemented in gora-hbase. Usually the blocksize is retrieved from the table schema (HColumnDescriptor), however there are also overrides you can specify in your conf/hbase-site.xml file. Please see here [0] for more options. I am not very comfortable with HBase but this looks like its going in the right direction. > 2. After fixing up the configurations, I need to fetch those > incomplete pages again. Any easy way to do this? > I suppose if you know a list of the batchId's then you can attempt from the fetch cycle onwards, however I've not attempted this myself. Please give us feedback on this one. Thanks Lewis [0] http://hbase.apache.org/book/config.files.html -- *Lewis*

