KYLIN-2076 Improve sample cube and data Signed-off-by: Li Yang <liy...@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 <cheng.w...@kyligence.io> Authored: Mon Oct 10 17:49:33 2016 +0800 Committer: Li Yang <liy...@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;