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 ADAB9200BA5 for ; Tue, 4 Oct 2016 10:53:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC66C160AC5; Tue, 4 Oct 2016 08:53:58 +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 9FE5F160AF8 for ; Tue, 4 Oct 2016 10:53:57 +0200 (CEST) Received: (qmail 7371 invoked by uid 500); 4 Oct 2016 08:53:56 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 6616 invoked by uid 99); 4 Oct 2016 08:53:55 -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; Tue, 04 Oct 2016 08:53:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A2C65ED30E; Tue, 4 Oct 2016 08:53:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liyang@apache.org To: commits@kylin.apache.org Date: Tue, 04 Oct 2016 08:54:15 -0000 Message-Id: In-Reply-To: <898e764dadc4464cad086ccc72fb204c@git.apache.org> References: <898e764dadc4464cad086ccc72fb204c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/31] kylin git commit: minor add a blank line in create_sample_table.sql for beeline archived-at: Tue, 04 Oct 2016 08:53:58 -0000 minor add a blank line in create_sample_table.sql for beeline Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/0fd4ad58 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/0fd4ad58 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/0fd4ad58 Branch: refs/heads/master-cdh5.7 Commit: 0fd4ad587e3710324eaf58266b64f202eeabfa7e Parents: e500726 Author: shaofengshi Authored: Wed Sep 28 17:51:36 2016 +0800 Committer: shaofengshi Committed: Wed Sep 28 17:51:36 2016 +0800 ---------------------------------------------------------------------- examples/sample_cube/create_sample_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/0fd4ad58/examples/sample_cube/create_sample_tables.sql ---------------------------------------------------------------------- diff --git a/examples/sample_cube/create_sample_tables.sql b/examples/sample_cube/create_sample_tables.sql index d83566c..5ed7b9b 100644 --- a/examples/sample_cube/create_sample_tables.sql +++ b/examples/sample_cube/create_sample_tables.sql @@ -187,4 +187,4 @@ STORED AS TEXTFILE; LOAD DATA INPATH '/tmp/kylin/sample_cube/data/DEFAULT.KYLIN_SALES.csv' OVERWRITE INTO TABLE DEFAULT.KYLIN_SALES; LOAD DATA INPATH '/tmp/kylin/sample_cube/data/DEFAULT.KYLIN_CAL_DT.csv' OVERWRITE INTO TABLE DEFAULT.KYLIN_CAL_DT; -LOAD DATA INPATH '/tmp/kylin/sample_cube/data/DEFAULT.KYLIN_CATEGORY_GROUPINGS.csv' OVERWRITE INTO TABLE DEFAULT.KYLIN_CATEGORY_GROUPINGS; \ No newline at end of file +LOAD DATA INPATH '/tmp/kylin/sample_cube/data/DEFAULT.KYLIN_CATEGORY_GROUPINGS.csv' OVERWRITE INTO TABLE DEFAULT.KYLIN_CATEGORY_GROUPINGS;