RE: Drill query does not return all results from HBase

2016-03-22 Thread Kumiko Yada
kish...@gmail.com] Sent: Monday, March 21, 2016 1:08 PM To: Kevin Verhoeven Cc: user@drill.apache.org; Kumiko Yada ; d...@drill.apache.org; altekruseja...@gmail.com; Ki Kang Subject: Re: Drill query does not return all results from HBase I did not see any issue when running with HBase 0.98.7 cli

Re: Drill query does not return all results from HBase

2016-03-21 Thread Aditya
-linux-x86_64.jar:na] > at > io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111) > [netty-common-4.0.27.Final.jar:4.0.27.Final] > at java.lang.Thread.run(Thread.java:745) [na:1.7.0_71] > > Thanks, > > Kevin > > -Origina

RE: Drill query does not return all results from HBase

2016-03-21 Thread Kevin Verhoeven
; Ki Kang Subject: RE: Drill query does not return all results from HBase Thanks Aditya, I also see that the bug was backported in CDH 5.4.3: https://archive.cloudera.com/cdh5/cdh/5/hbase-1.0.0-cdh5.4.3.releasenotes.html. I tested Drill on CDH version 5.4.2, 5.4.3, 5.4.7, and 5.5.2 and see the

RE: Drill query does not return all results from HBase

2016-03-21 Thread Kevin Verhoeven
: Monday, March 21, 2016 10:26 AM To: Kevin Verhoeven Cc: Kumiko Yada ; user@drill.apache.org; d...@drill.apache.org; altekruseja...@gmail.com; Ki Kang Subject: Re: Drill query does not return all results from HBase Since I suspected that it was a bug in HBase, I tried it with the original

Re: Drill query does not return all results from HBase

2016-03-21 Thread Aditya
day, March 20, 2016 10:45 PM > > *To:* Kumiko Yada > *Cc:* user@drill.apache.org; d...@drill.apache.org; > altekruseja...@gmail.com; Ki Kang ; Kevin Verhoeven < > kevin.verhoe...@ds-iq.com> > *Subject:* Re: Drill query does not return all results from HBase > > >

RE: Drill query does not return all results from HBase

2016-03-21 Thread Kevin Verhoeven
@drill.apache.org; d...@drill.apache.org; altekruseja...@gmail.com; Ki Kang ; Kevin Verhoeven Subject: Re: Drill query does not return all results from HBase Finally managed to reproduce it with CDH distribution (So far I was testing with HBase 1.1 distributed with MapR, which does not have this bug). This

Re: Drill query does not return all results from HBase

2016-03-20 Thread Aditya
ail.com] > *Sent:* Thursday, March 17, 2016 3:02 PM > *To:* Kumiko Yada > *Cc:* user@drill.apache.org; d...@drill.apache.org; > altekruseja...@gmail.com; Ki Kang ; Kevin Verhoeven < > kevin.verhoe...@ds-iq.com> > > *Subject:* Re: Drill query does not return all results from

RE: Drill query does not return all results from HBase

2016-03-19 Thread Kumiko Yada
ditya [mailto:adityakish...@gmail.com] Sent: Friday, February 19, 2016 12:48 PM To: user Cc: altekruseja...@gmail.com; Ki Kang ; Kevin Verhoeven Subject: Re: Drill query does not return all results from HBase Hi Kumiko, I apologies for not chiming in until now, considering that if there is a bug here it is

RE: Drill query does not return all results from HBase

2016-03-19 Thread Kumiko Yada
: Re: Drill query does not return all results from HBase Hi Kumiko, I have tried to reproduce this locally with Apache 1.x release but have failed so far. From my mail exchange with Kevin on another thread, it appears that the HBase scanner stops returning rows after a while which seem odd

Re: Drill query does not return all results from HBase

2016-03-18 Thread Aditya
gt; -Original Message- > > From: Kumiko Yada [mailto:kumiko.y...@ds-iq.com] > > Sent: Thursday, January 14, 2016 3:44 PM > > To: user@drill.apache.org; altekruseja...@gmail.com > > Subject: RE: Drill query does not return all results from HBase > > > > The query

Re: Drill query does not return all results from HBase

2016-02-19 Thread Aditya
e investigated/fixed? > > Thanks > Kumiko > > -Original Message- > From: Kumiko Yada [mailto:kumiko.y...@ds-iq.com] > Sent: Thursday, January 14, 2016 3:44 PM > To: user@drill.apache.org; altekruseja...@gmail.com > Subject: RE: Drill query does not return all results

RE: Drill query does not return all results from HBase

2016-02-19 Thread Kumiko Yada
: user@drill.apache.org; altekruseja...@gmail.com Subject: RE: Drill query does not return all results from HBase The query time was very short on the one with the incorrect result. Thanks Kumiko -Original Message- From: Jason Altekruse [mailto:altekruseja...@gmail.com] Sent: Thursday

RE: Drill query does not return all results from HBase

2016-01-14 Thread Kumiko Yada
The query time was very short on the one with the incorrect result. Thanks Kumiko -Original Message- From: Jason Altekruse [mailto:altekruseja...@gmail.com] Sent: Thursday, January 14, 2016 1:25 PM To: user Subject: Fwd: Drill query does not return all results from HBase Thanks for

Fwd: Drill query does not return all results from HBase

2016-01-14 Thread Jason Altekruse
fixed but I'm wrapping up some other things right now. -- Forwarded message -- From: Kumiko Yada Date: Thu, Jan 14, 2016 at 12:53 PM Subject: RE: Drill query does not return all results from HBase To: Jason Altekruse Jason, I’m sorry. My testing was incorrect last night

Re: Drill query does not return all results from HBase

2016-01-13 Thread Jason Altekruse
y, January 13, 2016 4:52 PM > To: user@drill.apache.org > Cc: Aditya Kishore ; Kevin Verhoeven < > kevin.verhoe...@ds-iq.com> > Subject: RE: Drill query does not return all results from HBase > > We are using the HBase 1.0.0. & CDH 5.4. I found out the correct row > count re

RE: Drill query does not return all results from HBase

2016-01-13 Thread Kumiko Yada
, January 13, 2016 4:52 PM To: user@drill.apache.org Cc: Aditya Kishore ; Kevin Verhoeven Subject: RE: Drill query does not return all results from HBase We are using the HBase 1.0.0. & CDH 5.4. I found out the correct row count returned when the Hbase table contains only 1 column famil

RE: Drill query does not return all results from HBase

2016-01-13 Thread Kumiko Yada
ound any workaround? Thanks Kumiko -Original Message- From: Abhishek Girish [mailto:abhishek.gir...@gmail.com] Sent: Tuesday, January 12, 2016 6:51 PM To: user Cc: Aditya Kishore Subject: Re: Drill query does not return all results from HBase Well, the major version din't ch

Re: Drill query does not return all results from HBase

2016-01-12 Thread Abhishek Girish
e problem? > > > > > > On Wed, Jan 6, 2016 at 2:03 PM, Kumiko Yada > > wrote: > > > > > > > I'm having the same issue. Is there any workaround for this? > > > > > > > > Thanks > > > > Kumiko > > >

Re: Drill query does not return all results from HBase

2016-01-12 Thread Jason Altekruse
al Message- > > > From: Kevin Verhoeven [mailto:kevin.verhoe...@ds-iq.com] > > > Sent: Monday, December 21, 2015 10:37 AM > > > To: user@drill.apache.org > > > Subject: Drill query does not return all results from HBase > > > > > > We have

Re: Drill query does not return all results from HBase

2016-01-12 Thread Abhishek Girish
; > I'm having the same issue. Is there any workaround for this? > > > > Thanks > > Kumiko > > > > -Original Message- > > From: Kevin Verhoeven [mailto:kevin.verhoe...@ds-iq.com] > > Sent: Monday, December 21, 2015 10:37 AM > > To:

Re: Drill query does not return all results from HBase

2016-01-12 Thread Jason Altekruse
Yada wrote: > I'm having the same issue. Is there any workaround for this? > > Thanks > Kumiko > > -Original Message- > From: Kevin Verhoeven [mailto:kevin.verhoe...@ds-iq.com] > Sent: Monday, December 21, 2015 10:37 AM > To: user@drill.apache.org > Subject:

RE: Drill query does not return all results from HBase

2016-01-06 Thread Kumiko Yada
I'm having the same issue. Is there any workaround for this? Thanks Kumiko -Original Message- From: Kevin Verhoeven [mailto:kevin.verhoe...@ds-iq.com] Sent: Monday, December 21, 2015 10:37 AM To: user@drill.apache.org Subject: Drill query does not return all results from HBase We

Drill query does not return all results from HBase

2015-12-21 Thread Kevin Verhoeven
We have a problem where a Drill query against HBase does not return all results. The following query should return over 100,000 rows, but we only get about 1,030 back. SELECT row_key FROM `hbase`.`customer_staged` WHERE customer_number = 800 If we scan directly using the hbase shell we see over