You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2016/06/07 06:56:35 UTC

kylin git commit: KYLIN-1769 add override property not works in CubeDesigner

Repository: kylin
Updated Branches:
  refs/heads/master e924fc439 -> 9f1029a76


KYLIN-1769 add override property not works in CubeDesigner


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

Branch: refs/heads/master
Commit: 9f1029a76f053d2fc83a1623db125fce648662f6
Parents: e924fc4
Author: Jason <ji...@163.com>
Authored: Tue Jun 7 14:56:24 2016 +0800
Committer: Jason <ji...@163.com>
Committed: Tue Jun 7 14:56:24 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/model/cubeDescModel.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/9f1029a7/webapp/app/js/model/cubeDescModel.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/model/cubeDescModel.js b/webapp/app/js/model/cubeDescModel.js
index 6f25326..a6e02ac 100644
--- a/webapp/app/js/model/cubeDescModel.js
+++ b/webapp/app/js/model/cubeDescModel.js
@@ -56,7 +56,8 @@ KylinApp.service('CubeDescModel', function () {
       "status_need_notify":['ERROR', 'DISCARDED', 'SUCCEED'],
       "auto_merge_time_ranges": [604800000, 2419200000],
       "engine_type": 2,
-      "storage_type":2
+      "storage_type":2,
+      "override_kylin_properties":{}
     };
 
     return cubeMeta;