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/04 13:02:29 UTC

[kylin] 03/03: Update website/_docs/install/index.cn.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 d3a932ef32c20d58d58e1f4dc8ed86617d09bfcb
Author: DDDQ <di...@kyligence.io>
AuthorDate: Thu Oct 25 11:23:34 2018 +0800

    Update website/_docs/install/index.cn.md
---
 website/_docs/install/index.cn.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/_docs/install/index.cn.md b/website/_docs/install/index.cn.md
index dc9374f..ef920a7 100644
--- a/website/_docs/install/index.cn.md
+++ b/website/_docs/install/index.cn.md
@@ -33,14 +33,14 @@ Kylin 可以在 Hadoop 集群的任意节点上启动。方便起见,您可以
 
 ### Kylin 安装
 
-1. 从 [Apache Kylin下载网站](https://kylin.apache.org/download/) 下载一个适用于您 Hadoop 版本的二进制文件。例如,适用于 HBase 1.x 的 Kylin 2.5.0
+1. 从 [Apache Kylin下载网站](https://kylin.apache.org/download/) 下载一个适用于您 Hadoop 版本的二进制文件。例如,适用于 HBase 1.x 的 Kylin 2.5.0 可通过如下命令行下载得到:
 
 ```shell
 cd /usr/local/
 wget http://mirror.bit.edu.cn/apache/kylin/apache-kylin-2.5.0/apache-kylin-2.5.0-bin-hbase1x.tar.gz
 ```
 
-2. 解压 tar 包,配置环境变量 `$KYLIN_HOME` 指向 Kylin 文件夹
+2. 解压 tar 包,配置环境变量 `$KYLIN_HOME` 指向 Kylin 文件夹。
 
 ```shell
 tar -zxvf apache-kylin-2.5.0-bin-hbase1x.tar.gz
@@ -88,4 +88,4 @@ Stopping in progress. Will check after 2 secs again...
 Kylin with pid 25964 has been stopped.
 ```
 
-您可以运行 `ps -ef | grep kylin` 来查看 Kylin 进程是否已停止。
\ No newline at end of file
+您可以运行 `ps -ef | grep kylin` 来查看 Kylin 进程是否已停止。