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 2019/03/13 05:34:05 UTC

[kylin] branch document updated: KYLIN-3860 Add doc about configuration of kylin.web.hide-measures

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 93be787  KYLIN-3860 Add doc about configuration of kylin.web.hide-measures
93be787 is described below

commit 93be7877b9390ceb490dd6c3fe3d4d62eb59d544
Author: yuzhang <sh...@163.com>
AuthorDate: Wed Mar 13 12:56:46 2019 +0800

    KYLIN-3860 Add doc about configuration of kylin.web.hide-measures
---
 website/_docs/install/configuration.cn.md | 1 +
 website/_docs/install/configuration.md    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/website/_docs/install/configuration.cn.md b/website/_docs/install/configuration.cn.md
index a29f0fa..fcc0a51 100644
--- a/website/_docs/install/configuration.cn.md
+++ b/website/_docs/install/configuration.cn.md
@@ -288,6 +288,7 @@ export KYLIN_JVM_SETTINGS="-Xms1024M -Xmx4096M -Xss1024K -XX`MaxPermSize=512M -v
 - `kylin.cube.allow-appear-in-multiple-projects`:是否允许一个 Cube 出现在多个项目中
 - `kylin.cube.gtscanrequest-serialization-level`:默认值为 1
 - `kylin.metadata.dimension-encoding-max-length`:指定维度作为 Rowkeys 时使用 fix_length 编码时的最大长度,默认值为 256
+- `kylin.web.hide-measures`: 隐藏一些可能不需要的度量,默认值是RAW
 
 
 
diff --git a/website/_docs/install/configuration.md b/website/_docs/install/configuration.md
index 39c0db1..bdc0e0f 100644
--- a/website/_docs/install/configuration.md
+++ b/website/_docs/install/configuration.md
@@ -289,6 +289,7 @@ This section introduces Kylin data modeling and build related configuration.
 - `kylin.cube.rowkey.max-size`: specifies the maximum number of columns that can be set to Rowkeys. The default value is 63, and it can not be more than 63.
 - `kylin.cube.allow-appear-in-multiple-projects`: whether to allow a cube to appear in multiple projects
 - `kylin.cube.gtscanrequest-serialization-level`: the default value is 1
+- `kylin.web.hide-measures`: hides some measures that may not be needed, the default value is RAW.