From 32c1dedefc9fbc99669bf941a6ee627d729b5ed1 Mon Sep 17 00:00:00 2001 From: nichunen Date: Sat, 9 Dec 2017 08:57:08 +0800 Subject: [PATCH] KYLIN-3062 Hide RAW measure by default --- core-common/src/main/resources/kylin-defaults.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core-common/src/main/resources/kylin-defaults.properties b/core-common/src/main/resources/kylin-defaults.properties index 475deb373..186d61ee6 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 -- 2.11.0 (Apple Git-81)