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 A6E57200BE6 for ; Sun, 11 Dec 2016 04:59:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9A8C5160B2F; Sun, 11 Dec 2016 03:59:34 +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 DFFB3160B2B for ; Sun, 11 Dec 2016 04:59:33 +0100 (CET) Received: (qmail 8556 invoked by uid 500); 11 Dec 2016 03:59:32 -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 8547 invoked by uid 99); 11 Dec 2016 03:59:32 -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; Sun, 11 Dec 2016 03:59:32 +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 3BCB7C02F7 for ; Sun, 11 Dec 2016 03:59:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 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=-2.999] 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 x-yCHK0dpiK2 for ; Sun, 11 Dec 2016 03:59:30 +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 2C27A5F1AE for ; Sun, 11 Dec 2016 03:59:29 +0000 (UTC) Received: (qmail 8521 invoked by uid 99); 11 Dec 2016 03:59:28 -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; Sun, 11 Dec 2016 03:59:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3D4C2DFDE4; Sun, 11 Dec 2016 03:59:28 +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: Sun, 11 Dec 2016 03:59:29 -0000 Message-Id: <43e2f0b65c6f409f8c1760c46adc29bd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-carbondata git commit: [CARBONDATA-465] Spark streaming dataframe support This closes #368 archived-at: Sun, 11 Dec 2016 03:59:34 -0000 [CARBONDATA-465] Spark streaming dataframe support This closes #368 Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/26e3e002 Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/26e3e002 Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/26e3e002 Branch: refs/heads/master Commit: 26e3e00232e771459f18a5ae417ee76ecd07a93e Parents: 98564f0 6c9194d Author: ravipesala Authored: Sun Dec 11 09:29:01 2016 +0530 Committer: ravipesala Committed: Sun Dec 11 09:29:01 2016 +0530 ---------------------------------------------------------------------- .../apache/carbondata/spark/CarbonOption.scala | 2 + .../spark/rdd/NewCarbonDataLoadRDD.scala | 167 +++++++++++++++++++ .../spark/CarbonDataFrameWriter.scala | 2 +- .../spark/rdd/CarbonDataRDDFactory.scala | 52 ++++-- .../execution/command/carbonTableSchema.scala | 5 +- .../apache/spark/sql/hive/CarbonMetastore.scala | 6 +- .../apache/carbondata/spark/CarbonOption.scala | 2 + .../sort/impl/ParallelReadMergeSorterImpl.java | 3 + .../util/CarbonDataProcessorUtil.java | 31 ++++ 9 files changed, 247 insertions(+), 23 deletions(-) ----------------------------------------------------------------------