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 9F07D70DB for ; Thu, 11 Aug 2011 10:11:06 +0000 (UTC) Received: (qmail 94013 invoked by uid 500); 11 Aug 2011 10:11:05 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 93091 invoked by uid 500); 11 Aug 2011 10:10:48 -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 93070 invoked by uid 99); 11 Aug 2011 10:10:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 10:10:41 +0000 X-ASF-Spam-Status: No, hits=-1.4 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjhhu-hbase-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 10:10:30 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QrSDG-0007d4-7i for user@hbase.apache.org; Thu, 11 Aug 2011 12:10:08 +0200 Received: from 202.3.77.231 ([202.3.77.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Aug 2011 12:10:06 +0200 Received: from anuragawasthi89 by 202.3.77.231 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Aug 2011 12:10:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@hbase.apache.org From: Anurag Awasthi Subject: Finding the trace of a query Date: Thu, 11 Aug 2011 10:08:24 +0000 (UTC) Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 202.3.77.231 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0) Hi, I am relatively new to HBase and I am trying to find the path that is followed (i.e. the lines executed in the source code) in a query, say "select *" . Can anyone help me in this regard. Thanks