Re: drill vs hive vs native hbase count

2017-12-14 Thread Arina Yelchiyeva
helps ? > > Regards, > Dor > > -Original Message- > From: Arina Yelchiyeva [mailto:arina.yelchiy...@gmail.com] > Sent: יום ד 13 דצמבר 2017 19:21 > To: dev@drill.apache.org > Subject: Re: drill vs hive vs native hbase count > > Hi Dor, > > I guess you ne

RE: drill vs hive vs native hbase count

2017-12-13 Thread Dor Ben Dov
[mailto:arina.yelchiy...@gmail.com] Sent: יום ד 13 דצמבר 2017 19:21 To: dev@drill.apache.org Subject: Re: drill vs hive vs native hbase count Hi Dor, I guess you need to provide more information. Environment are using (how many drillbits, where data is located (fs, dfs))? Data format you are querying? How

Re: drill vs hive vs native hbase count

2017-12-13 Thread Aman Sinha
In addition, it would help if you can provide more details such as : - what version of Drill and HBase are you running ? - the EXPLAIN plan of the query you ran - what was the expected and actual result ? On Wed, Dec 13, 2017 at 9:21 AM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Hi

Re: drill vs hive vs native hbase count

2017-12-13 Thread Arina Yelchiyeva
Hi Dor, I guess you need to provide more information. Environment are using (how many drillbits, where data is located (fs, dfs))? Data format you are querying? How many columns in file? Kind regards Arina On Wed, Dec 13, 2017 at 2:06 PM, Dor Ben Dov wrote: > Anyone ? > This is major integrity

RE: drill vs hive vs native hbase count

2017-12-13 Thread Dor Ben Dov
Anyone ? This is major integrity issue. Regards, Dor -Original Message- From: Dor Ben Dov Sent: יום ג 12 דצמבר 2017 13:28 To: dev@drill.apache.org Subject: drill vs hive vs native hbase count Hi Everyone, I tried the same query of 'select count(*) from table x' from hive, drill gui