Re: Issue about the hbase.client.Scan

2011-09-19 Thread Stack
On Mon, Sep 19, 2011 at 2:03 AM, mac fang wrote: > So Obveriously, the Exception will NOT set since the invokation of setFilter > is later than setBatch. I think it is a bug. > Yes. Mind filing an issue (and perhaps a patch?)? > Second question, i did NOT see any usage of the batch. Instead, i

Issue about the hbase.client.Scan

2011-09-19 Thread mac fang
Hi, Guys, When I use the client.Scan class to get a set of rows back from RegionServer, i found one interesting code, the script i used is like: Scan scan = new Scan(Bytes.toBytes("a"), Bytes.toBytes("f")); > scan.addColumn(famA, col1); > scan.setCaching(1); > scan