You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/10/19 03:02:00 UTC

[13/50] [abbrv] kylin git commit: KYLIN-2076 Improve sample cube and data

KYLIN-2076 Improve sample cube and data

Signed-off-by: Li Yang <li...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/0c7e2688
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/0c7e2688
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/0c7e2688

Branch: refs/heads/master-hbase1.x
Commit: 0c7e2688e80822cfbdad901cef909884bfa79ee8
Parents: 726b0ec
Author: Cheng Wang <ch...@kyligence.io>
Authored: Mon Oct 10 17:49:33 2016 +0800
Committer: Li Yang <li...@apache.org>
Committed: Mon Oct 10 18:02:04 2016 +0800

----------------------------------------------------------------------
 examples/sample_cube/create_sample_tables.sql   |     2 +
 .../sample_cube/data/DEFAULT.KYLIN_SALES.csv    | 20000 ++++++++---------
 .../cube_desc/kylin_sales_cube_desc.json        |    18 +-
 .../template/model_desc/kylin_sales_model.json  |     4 +-
 .../template/table/DEFAULT.KYLIN_SALES.json     |    10 +-
 5 files changed, 10030 insertions(+), 10004 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/0c7e2688/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 5ed7b9b..8399ee8 100644
--- a/examples/sample_cube/create_sample_tables.sql
+++ b/examples/sample_cube/create_sample_tables.sql
@@ -181,6 +181,8 @@ TRANS_ID bigint
 ,PRICE decimal(19,4)
 ,ITEM_COUNT bigint
 ,SELLER_ID bigint
+,USER_ID string
+,REGION string
 )
 ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
 STORED AS TEXTFILE;