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 2017/06/05 05:23:41 UTC

[53/67] [abbrv] kylin git commit: minor, fix sample cube metadata typo

minor, fix sample cube metadata typo


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

Branch: refs/heads/master
Commit: 508fc232183bf769d4aa81f19746faeb77aae761
Parents: 2cde336
Author: Roger Shi <ro...@hotmail.com>
Authored: Tue May 30 23:22:24 2017 +0800
Committer: hongbin ma <ma...@kyligence.io>
Committed: Tue May 30 23:24:16 2017 +0800

----------------------------------------------------------------------
 examples/sample_cube/template/cube_desc/kylin_sales_cube.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/508fc232/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
----------------------------------------------------------------------
diff --git a/examples/sample_cube/template/cube_desc/kylin_sales_cube.json b/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
index 1ad73bb..fd18637 100644
--- a/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
+++ b/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
@@ -261,7 +261,7 @@
   "auto_merge_time_ranges" : null,
   "retention_range" : 0,
   "engine_type" : %default_engine_type%,
-  "storage_type" : %default_engine_type%,
+  "storage_type" : %default_storage_type%,
   "override_kylin_properties" : {
     "kylin.cube.aggrgroup.is-mandatory-only-valid" : "true"
   }