Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 27053200B74 for ; Thu, 1 Sep 2016 12:28:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 25747160AB5; Thu, 1 Sep 2016 10:28:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6DF7B160AAE for ; Thu, 1 Sep 2016 12:28:55 +0200 (CEST) Received: (qmail 58794 invoked by uid 500); 1 Sep 2016 10:28:54 -0000 Mailing-List: contact commits-help@carbondata.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.incubator.apache.org Delivered-To: mailing list commits@carbondata.incubator.apache.org Received: (qmail 58785 invoked by uid 99); 1 Sep 2016 10:28:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 10:28:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4B388C0439 for ; Thu, 1 Sep 2016 10:28:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 6nZQLGRMmwAu for ; Thu, 1 Sep 2016 10:28:53 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id BC1A95F306 for ; Thu, 1 Sep 2016 10:28:52 +0000 (UTC) Received: (qmail 58768 invoked by uid 99); 1 Sep 2016 10:28:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 10:28:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77145DF9F1; Thu, 1 Sep 2016 10:28:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ravipesala@apache.org To: commits@carbondata.incubator.apache.org Date: Thu, 01 Sep 2016 10:28:47 -0000 Message-Id: In-Reply-To: <6273529fbc3b4466a05b7ff427860488@git.apache.org> References: <6273529fbc3b4466a05b7ff427860488@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-carbondata git commit: [CARBONDATA-200] Add performance statistics logs to record the query time taken by carbon This closes #91 archived-at: Thu, 01 Sep 2016 10:28:56 -0000 [CARBONDATA-200] Add performance statistics logs to record the query time taken by carbon This closes #91 Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/cda2a4d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/cda2a4d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/cda2a4d6 Branch: refs/heads/master Commit: cda2a4d6b5f6add691ad042b8417bb4d07ebe5b5 Parents: 4d49079 12be50b Author: ravipesala Authored: Thu Sep 1 15:57:29 2016 +0530 Committer: ravipesala Committed: Thu Sep 1 15:57:29 2016 +0530 ---------------------------------------------------------------------- .../DriverQueryStatisticsRecorder.java | 183 +++++++++++++++++++ .../carbon/querystatistics/QueryStatistic.java | 24 +++ .../QueryStatisticsConstants.java | 53 ++++++ .../QueryStatisticsRecorder.java | 90 +++++++++ .../core/util/CarbonTimeStatisticsFactory.java | 13 +- .../apache/carbondata/core/util/CarbonUtil.java | 15 ++ .../executor/impl/AbstractQueryExecutor.java | 11 +- .../AbstractDetailQueryResultIterator.java | 30 ++- .../iterator/DetailQueryResultIterator.java | 2 + .../carbondata/hadoop/CarbonInputFormat.java | 3 +- .../carbondata/spark/rdd/CarbonScanRDD.scala | 49 +++-- .../carbondata/spark/util/CarbonScalaUtil.scala | 1 + .../org/apache/spark/sql/CarbonContext.scala | 15 +- .../spark/sql/CarbonDictionaryDecoder.scala | 26 ++- .../org/apache/spark/sql/CarbonOperators.scala | 2 +- .../spark/sql/hive/CarbonMetastoreCatalog.scala | 12 +- 16 files changed, 491 insertions(+), 38 deletions(-) ----------------------------------------------------------------------