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 9a18918  KYLIN-3844 Add instruction about config 
kylin.metadata.hbasemapping-adapter
9a18918 is described below

commit 9a18918facb420ae2792eab38c785dde47c29593
Author: yaqian.zhang <598593...@qq.com>
AuthorDate: Wed Apr 22 17:37:05 2020 +0800

    KYLIN-3844 Add instruction about config kylin.metadata.hbasemapping-adapter
---
 website/_docs31/install/configuration.cn.md | 2 +-
 website/_docs31/install/configuration.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/_docs31/install/configuration.cn.md 
b/website/_docs31/install/configuration.cn.md
index 123be79..a3783c1 100644
--- a/website/_docs31/install/configuration.cn.md
+++ b/website/_docs31/install/configuration.cn.md
@@ -216,7 +216,7 @@ export KYLIN_JVM_SETTINGS="-Xms1024M -Xmx4096M -Xss1024K 
-XX`MaxPermSize=512M -v
 - `kylin.metadata.hbase-rpc-timeout`:指定 HBase 执行 RPC 操作的超时时间,默认值为 5000(ms)
 - `kylin.metadata.hbase-client-retries-number`:指定 HBase 重试次数,默认值为 1(次)
 - `kylin.metadata.resource-store-provider.jdbc`:指定 JDBC 使用的类,默认值为 
`org.apache.kylin.common.persistence.JDBCResourceStore`
-
+- `kylin.metadata.hbasemapping-adapter`: 如果你想要使用自定义的从cube设置映射到hbase列族的方法, 
你可以实现接口`org.apache.kylin.cube.model.IHBaseMappingAdapter`中的方法并将实现类配置在这里 
 
 
 ### 基于 MySQL 的 Metastore (测试) {#mysql-metastore}
diff --git a/website/_docs31/install/configuration.md 
b/website/_docs31/install/configuration.md
index 83f8834..5e2a810 100644
--- a/website/_docs31/install/configuration.md
+++ b/website/_docs31/install/configuration.md
@@ -218,7 +218,7 @@ This section introduces Kylin Metastore related 
configuration.
 - `kylin.metadata.hbase-rpc-timeout`: specifies the timeout for HBase to 
perform RPC operations. The default value is 5000 (ms).
 - `kylin.metadata.hbase-client-retries-number`: specifies the number of HBase 
retries. The default value is 1 (times).
 - `kylin.metadata.resource-store-provider.jdbc`: specifies the class used by 
JDBC. The default value is 
*org.apache.kylin.common.persistence.JDBCResourceStore*
-
+- `kylin.metadata.hbasemapping-adapter`: If you want to use a custom method of 
mapping from cube settings to HBase column family, you can implement the 
methods in the interface of *org.apache.kylin.cube.model.IHBaseMappingAdapter* 
and configure the implementation class here. 
 
 
 ### MySQL Metastore Configuration (Beta) {#mysql-metastore}

Reply via email to