|
|
+
iwannaplay games 2012-09-10, 14:03
-
Re: HBase aggregate queryTed Yu 2012-09-10, 14:04
Hi,
Are you able to get the number you want through hive log ? Thanks On Mon, Sep 10, 2012 at 7:03 AM, iwannaplay games < [EMAIL PROTECTED]> wrote: > Hi , > > I want to run query like > > select month(eventdate),scene,count(1),sum(timespent) from eventlog > group by month(eventdate),scene > > > in hbase.Through hive its taking a lot of time for 40 million > records.Do we have any syntax in hbase to find its result?In sql > server it takes around 9 minutes,How long it might take in hbase?? > > Regards > Prabhjot > |