This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch document in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 5f7a678126a8e423a6347886bb2d202ac36d1b58 Author: Mukvin <boyboys...@163.com> AuthorDate: Mon Jun 13 17:00:34 2022 +0800 # minor, fix error redirect url of mysql metastore --- website/_docs/gettingstarted/quickstart.cn.md | 4 ++-- website/_docs/gettingstarted/quickstart.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/_docs/gettingstarted/quickstart.cn.md b/website/_docs/gettingstarted/quickstart.cn.md index 4bc7076ada..91715b4ac0 100644 --- a/website/_docs/gettingstarted/quickstart.cn.md +++ b/website/_docs/gettingstarted/quickstart.cn.md @@ -76,7 +76,7 @@ kylin.metadata.url=kylin_metadata@jdbc,driverClassName=com.mysql.jdbc.Driver,url kylin.env.zookeeper-connect-string=ip:2181 ``` -你需要修改其中的 Mysql 用户名和密码,以及存储元数据的database和table。请参考 [配置 Mysql 为 Metastore](/_docs40/tutorial/mysql_metastore.html) 了解 Mysql 作为 Metastore 的详细配置。 +你需要修改其中的 Mysql 用户名和密码,以及存储元数据的database和table。请参考 [配置 Mysql 为 Metastore](/cn/docs/tutorial/mysql_metastore.html) 了解 Mysql 作为 Metastore 的详细配置。 #### step5、环境检查 @@ -227,4 +227,4 @@ Cube构建完成后,在Insight页面的Tables列表下面可以看到构建完  -恭喜,进行到这里你已经具备了使用Kylin的基本技能,可以去发现和探索更多更强大的功能了。 \ No newline at end of file +恭喜,进行到这里你已经具备了使用Kylin的基本技能,可以去发现和探索更多更强大的功能了。 diff --git a/website/_docs/gettingstarted/quickstart.md b/website/_docs/gettingstarted/quickstart.md index 33ff52edda..eccf0799b9 100644 --- a/website/_docs/gettingstarted/quickstart.md +++ b/website/_docs/gettingstarted/quickstart.md @@ -83,7 +83,7 @@ kylin.env.zookeeper-connect-string=ip:2181 ``` You need to change the Mysql user name and password, as well as the database and table where the metadata is stored. -Please refer to [Configure Mysql as Metastore](/_docs/tutorial/mysql_metastore.html) learn about the detailed configuration of MySQL as a Metastore. +Please refer to [Configure Mysql as Metastore](/docs/tutorial/mysql_metastore.html) learn about the detailed configuration of MySQL as a Metastore. #### Step5. Environmental Inspection Kylin runs on a Hadoop cluster and has certain requirements for the version, access permissions and CLASSPATH of each component.