You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/11/12 10:16:51 UTC

incubator-kylin git commit: KYLIN-1140 make sample cube’s initial state to “DISABLED”

Repository: incubator-kylin
Updated Branches:
  refs/heads/2.x-staging 05c9376dc -> b918d3e23


KYLIN-1140 make sample cube’s initial state to “DISABLED”

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

Branch: refs/heads/2.x-staging
Commit: b918d3e2393c08108139d13c2c061cda4daa1157
Parents: 05c9376
Author: shaofengshi <sh...@apache.org>
Authored: Thu Nov 12 17:15:57 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 12 17:15:57 2015 +0800

----------------------------------------------------------------------
 examples/sample_cube/metadata/cube/kylin_sales_cube.json | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/b918d3e2/examples/sample_cube/metadata/cube/kylin_sales_cube.json
----------------------------------------------------------------------
diff --git a/examples/sample_cube/metadata/cube/kylin_sales_cube.json b/examples/sample_cube/metadata/cube/kylin_sales_cube.json
index 8eabd60..affd387 100644
--- a/examples/sample_cube/metadata/cube/kylin_sales_cube.json
+++ b/examples/sample_cube/metadata/cube/kylin_sales_cube.json
@@ -5,6 +5,7 @@
   "owner" : null,
   "version" : null,
   "descriptor" : "kylin_sales_cube_desc",
+  "status" : "DISABLED",
   "segments" : [ ],
   "create_time" : null,
   "auto_merge_time_ranges" : [604800000, 2419200000]