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 2018/11/12 02:49:24 UTC

[kylin] 02/02: Update website/_docs/install/configuration.md

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

commit dbeb355d97b5d95a3eea54f204698582b97f279d
Author: DDDQ <di...@kyligence.io>
AuthorDate: Fri Nov 9 15:58:45 2018 +0800

    Update website/_docs/install/configuration.md
---
 website/_docs/install/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/_docs/install/configuration.md b/website/_docs/install/configuration.md
index f300fce..a2dd958 100644
--- a/website/_docs/install/configuration.md
+++ b/website/_docs/install/configuration.md
@@ -258,14 +258,14 @@ This section introduces Kylin data modeling and build related configuration.
 - `kylin.cube.aggrgroup.max-combination`: specifies the max combination number of aggregation groups. The default value is 32768.
 - `kylin.cube.aggrgroup.is-mandatory-only-valid`: whether to allow Cube contains only Base Cuboid. The default value is *FALSE*, set to *TRUE* when using Spark Cubing
 - `kylin.cube.rowkey.max-size`: specifies the maximum number of columns that can be set to Rowkeys. The default value is 63.
-- `kylin.cube.allow-appear-in-mulNotele-projects`: whether to allow a cube to appear in mulNotele projects
+- `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
 
 
 
 ### Cube Size Estimation {#cube-estimate}
 
-Both Kylin and HBase use compression when writing to disk, so Kylin will mulNotely its original size by the ratio to estimate the size of the cube.
+Both Kylin and HBase use compression when writing to disk, so Kylin will multiply its original size by the ratio to estimate the size of the cube.
 
 - `kylin.cube.size-estimate-ratio`: normal cube, default value is 0.25
 - `kylin.cube.size-estimate-memhungry-ratio`: Deprecated, default is 0.05