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 8e51130018360a53c5ac056e4549165928a46332
Author: DDDQ <dingqian.z...@kyligence.io>
AuthorDate: Thu Nov 8 12:39:47 2018 +0800

    typo fixed
---
 website/_docs/tutorial/mysql_metastore.cn.md | 2 +-
 website/_docs/tutorial/mysql_metastore.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/_docs/tutorial/mysql_metastore.cn.md 
b/website/_docs/tutorial/mysql_metastore.cn.md
index 88003a9..4999090 100644
--- a/website/_docs/tutorial/mysql_metastore.cn.md
+++ b/website/_docs/tutorial/mysql_metastore.cn.md
@@ -27,7 +27,7 @@ Kylin 支持 MySQL 作为 Metastore 存储。
 
 2.在配置文件 `kylin.properties` 中配置 
`kylin.metadata.url={metadata_name}@jdbc`,该参数中各配置项的含义如下,其中 `url`、`username` 和 
`password` 为必须配置项,其他项如果不配置将使用默认值。
 
-> 提示:`{metadata_name}` 需要替换成用户需要的元数据表明,如果这张表已存在,会使用现有的表;如果不存在,则会自动创建该表。
+> 提示:`{metadata_name}` 需要替换成用户需要的元数据表名,如果这张表已存在,会使用现有的表;如果不存在,则会自动创建该表。
 
 - `url`:JDBC 连接的 URL
 - `username`:JDBC 的用户名
diff --git a/website/_docs/tutorial/mysql_metastore.md 
b/website/_docs/tutorial/mysql_metastore.md
index e9d7653..d409625 100644
--- a/website/_docs/tutorial/mysql_metastore.md
+++ b/website/_docs/tutorial/mysql_metastore.md
@@ -28,7 +28,7 @@ Kylin supports MySQL as Metastore.
 2. Configure `kylin.metadata.url={metadata_name}@jdbc` in the configuration 
file `kylin.properties`. 
 The description of each configuration item in this parameter is as follows, 
where `url`, `username` and `password` are required.
 
-> Tip: `{metadata_name}` needs to be replaced with the metadata the user needs 
to indicate that if the table already exists, the existing table will be used; 
if it does not exist, the table will be created automatically.
+> Tip: `{metadata_name}` needs to be replaced with the metadata table name, if 
the table already exists, the existing table will be used; if it does not 
exist, the table will be created automatically.
 
 - `url`: URL of the JDBC connection
 - `username`: JDBC username

Reply via email to