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: Question on hbase shell new to hbase

2015-03-25 Thread Mark Tse
Hi Garry, I am having trouble viewing the image - could you copy the text out? Thanks, Mark From: Garry Chen [mailto:g...@cornell.edu] Sent: March-25-15 8:38 AM To: user@hbase.apache.org Subject: Question on hbase shell new to hbase HI All, I am new to hbase shell and don't

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: Question on hbase shell new to hbase

2015-03-25 Thread Garry Chen
HI all, For those who can not see the image. Following is the copy from shell. hbase(main):001:0 list TABLE SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

Question on hbase shell new to hbase

2015-03-25 Thread Garry Chen
HI All, I am new to hbase shell and don't know this is normal or not. When I run a hbase command it return all kind of information like java libs etc before a result was return. Please see screen shot. Thank you very much. Garry [cid:image001.png@01D066D7.0610A3E0]

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: Question on hbase shell new to hbase

2015-03-25 Thread Mark Tse
Hi Garry, Using a standalone HBase install (http://hbase.apache.org/0.94/book/standalone_dist.html#standalone), this is my output: hbase(main):001:0 list TABLE 2015-03-25 15:06:56,428 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using

RE: Question on hbase shell new to hbase

2015-03-25 Thread Garry Chen
Thank you very much Mark. Garry -Original Message- From: Mark Tse [mailto:mark@d2l.com] Sent: Wednesday, March 25, 2015 11:09 AM To: user@hbase.apache.org Subject: RE: Question on hbase shell new to hbase Hi Garry, Using a standalone HBase install

Re: Question on hbase shell new to hbase

2015-03-25 Thread Esteban Gutierrez
Hi Garry, I'm not too familiar how EMR builds the classpath but it looks like you have multiple log4j.properties files deployed and one has debug level logging enabled in ZooKeeper. From the output doesn't seems that here is something wrong going on so far. Since the classpath contains multiple

Zookeeper Error

2015-03-25 Thread Ali Rahmani
Hi guys, I'v tried to install HBASE 0.98 on a CentOS linux server. I tried different settings but always get one specific Zookeeper error message. my final configuration is as follow /etc/hosts: 127.0.0.1 localhost 192.168.1.101 node1 - hbase-site.xml:

Re: Zookeeper Error

2015-03-25 Thread Sean Busbey
Your configuration has conflicting parameters. One set of them tells HBase that it should run ZK and the other that you are going to run ZK yourself and HBase can rely on it. The failure you see is because the parameters for HBase can rely on the ZK that is running over here wins. *

Re: Spinning up for 1.1 Release

2015-03-25 Thread Andrew Purtell
You've missed HBASE-12972 and HBASE-12975. See the discussion on those issues why 1.1.0. On Wed, Mar 25, 2015 at 3:05 PM, Nick Dimiduk ndimi...@apache.org wrote: With about 100 issues beyond the 1.0.x line [0], I think it's time to start talking about our 1.1.0 release. Noteworthy goodness

Spinning up for 1.1 Release

2015-03-25 Thread Nick Dimiduk
With about 100 issues beyond the 1.0.x line [0], I think it's time to start talking about our 1.1.0 release. Noteworthy goodness already committed to the branch includes: - Async RPC client (HBASE-12684) - Improved compaction controls (HBASE-8329, HBASE-12859) - Per-column family flush

Re: Hbase PrefixFilter Problem

2015-03-25 Thread lars hofhansl
Do you have a lot of data? This means the scanner took too long on the server and the client essentially timed out. PrefixFilter does not actually skip ahead to the first row in question. You always have to also set the scanner's startRow to the first row you care about (i.e. the prefix).In

[ANNOUNCE] HBase 0.94.27 is available for download

2015-03-25 Thread lars hofhansl
The HBase Team is pleased to announce the immediate release of HBase 0.94.27. Download it from your favorite Apache mirror [1]. This release has also been pushed to Apache's maven repository. All previous 0.92.x and 0.94.x releases can be upgraded to 0.97.27 via a rolling upgrade without