You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ch...@apache.org on 2017/12/11 02:09:28 UTC

kylin git commit: KYLIN-3062 Hide RAW measure by default

Repository: kylin
Updated Branches:
  refs/heads/master 17838a19a -> ccf44c322


KYLIN-3062 Hide RAW measure by default


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

Branch: refs/heads/master
Commit: ccf44c3223343ef353404ed4f2fcda46cf8e6766
Parents: 17838a1
Author: nichunen <ch...@kyligence.io>
Authored: Sat Dec 9 08:57:08 2017 +0800
Committer: chenzhx <ch...@apache.org>
Committed: Mon Dec 11 10:09:11 2017 +0800

----------------------------------------------------------------------
 core-common/src/main/resources/kylin-defaults.properties | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/ccf44c32/core-common/src/main/resources/kylin-defaults.properties
----------------------------------------------------------------------
diff --git a/core-common/src/main/resources/kylin-defaults.properties b/core-common/src/main/resources/kylin-defaults.properties
index 0b2a7a3..b708dbe 100644
--- a/core-common/src/main/resources/kylin-defaults.properties
+++ b/core-common/src/main/resources/kylin-defaults.properties
@@ -45,6 +45,9 @@ kylin.web.timezone=GMT+8
 
 kylin.web.cross-domain-enabled=true
 
+# Hide measures in measure list of cube designer, separate by comma
+kylin.web.hide-measures=RAW
+
 #max connections of one route
 kylin.restclient.connection.default-max-per-route=20