Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35A1A9B38 for ; Mon, 10 Sep 2012 14:23:17 +0000 (UTC) Received: (qmail 91538 invoked by uid 500); 10 Sep 2012 14:23:15 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 91498 invoked by uid 500); 10 Sep 2012 14:23:15 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 91488 invoked by uid 99); 10 Sep 2012 14:23:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 14:23:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of funnlearnforkids@gmail.com designates 209.85.223.169 as permitted sender) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 14:23:09 +0000 Received: by iec9 with SMTP id 9so4137463iec.14 for ; Mon, 10 Sep 2012 07:22:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0gk4zGDsng+uAVw6NjRRPkLuQVjZaZGbOtFeybSPEu8=; b=fnlsNtUgcyNRqzjZs/dv2t1XlwZQdKZ3CGERRUcBEsq6w3NWVJN1njZ6uUN1pYIjdJ l8SMM1vwfPI8IE3NicG/D79T2gBW8pmvRocURGHhbUe83kiZuGr9du6KTBML0x5lUD0d ZzDR9XQpQ/1y/Drd0bf+Bo/V24p7eyDzjpYNhCyVqjK/tOjidlxz1l3jPfXORJgH6txP 23Wvk5+ILV7xEVdmJEwfxo78MoF6xhQhVaVxow7X/22sN0l7tBVJNDcvPLlhVmTELtmO IzCBbuK8eDKnOo3y0ZZefqI1witdOJj3JImkyJuuK75HUKllMeAl0PsAPKaRftgau9/f geng== MIME-Version: 1.0 Received: by 10.50.220.194 with SMTP id py2mr11613425igc.15.1347286968948; Mon, 10 Sep 2012 07:22:48 -0700 (PDT) Received: by 10.43.3.138 with HTTP; Mon, 10 Sep 2012 07:22:48 -0700 (PDT) In-Reply-To: References: Date: Mon, 10 Sep 2012 19:52:48 +0530 Message-ID: Subject: Re: HBase aggregate query From: iwannaplay games To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec555510031d90904c959b12b X-Virus-Checked: Checked by ClamAV on apache.org --bcaec555510031d90904c959b12b Content-Type: text/plain; charset=ISO-8859-1 its taking very long On Mon, Sep 10, 2012 at 7:34 PM, Ted Yu wrote: > 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 < > funnlearnforkids@gmail.com> 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 > > > --bcaec555510031d90904c959b12b--