Hbase PrefixFilter Problem

2015-03-25 Thread Talat Uyarer
Hi all, I try to use Prefix Filter on hbase shell. It throws an exception. I do not understand its reason. Could you help me ? scan 'table1',{FILTER = PrefixFilter('Row1'), LIMIT = 1} ROW COLUMN+CELL ERROR: org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextException: Expected nextCallSeq:

Re: Hbase PrefixFilter Problem

2015-03-25 Thread Jean-Marc Spaggiari
Also, which HBase version is it? 2015-03-25 9:47 GMT-04:00 ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com: Can you see if there is any exception in the Regionserver logs? On Wed, Mar 25, 2015 at 2:17 PM, Talat Uyarer ta...@uyarer.com wrote: Hi all, I try to use Prefix Filter on

Re: Hbase PrefixFilter Problem

2015-03-25 Thread ramkrishna vasudevan
Can you see if there is any exception in the Regionserver logs? On Wed, Mar 25, 2015 at 2:17 PM, Talat Uyarer ta...@uyarer.com wrote: Hi all, I try to use Prefix Filter on hbase shell. It throws an exception. I do not understand its reason. Could you help me ? scan 'table1',{FILTER =

Re: Hbase PrefixFilter Problem

2015-03-25 Thread Mateusz Kaczynski
We've had jobs dying because of this, a quick workaround was in our case to decrease hbase.client.scanner.caching (to 100) and increase hbase.rpc.timeout and hbase.client.scanner.timeout.period (to 45 and 30). On 25 March 2015 at 14:36, Talat Uyarer ta...@uyarer.com wrote: Hi, I use

Re: Hbase PrefixFilter Problem

2015-03-25 Thread Talat Uyarer
Hi, I use HBase 0.98.6-cdh5.3.2. Only one regionserver has some warn logs. like this: 2:31:29.312 PMWARNorg.apache.hadoop.ipc.RpcServer RpcServer.respondercallId: 1456110 service: ClientService methodName: Scan size: 24 connection: 192.168.0.10:47064: output error 2:31:29.313

Re: Hbase PrefixFilter Problem

2015-03-25 Thread lars hofhansl
).In your case also set the startRow to 'Row1'. -- Lars From: Talat Uyarer ta...@uyarer.com To: HBase User user@hbase.apache.org Sent: Wednesday, March 25, 2015 1:47 AM Subject: Hbase PrefixFilter Problem Hi all, I try to use Prefix Filter on hbase shell. It throws an exception. I do