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
The following commit(s) were added to refs/heads/document by this push: new 389d214 Fix cn blog and some typos 389d214 is described below commit 389d2140c40a06465d943a8d1b3a72fb93b85749 Author: yaqian.zhang <598593...@qq.com> AuthorDate: Tue Aug 3 15:07:30 2021 +0800 Fix cn blog and some typos --- website/_docs40/install/deploy_without_hadoop.cn.md | 2 +- website/_docs40/install/deploy_without_hadoop.md | 9 ++++----- .../2021-07-29-kylin-on-parquet-new-architecture-share.cn.md | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/website/_docs40/install/deploy_without_hadoop.cn.md b/website/_docs40/install/deploy_without_hadoop.cn.md index ba6df5c..c1b9826 100644 --- a/website/_docs40/install/deploy_without_hadoop.cn.md +++ b/website/_docs40/install/deploy_without_hadoop.cn.md @@ -309,7 +309,7 @@ permalink: /cn/docs40/install/deploy_without_hadoop.html - 修改配置文件 `vim $KYLIN_HOME/conf/kylin.properties` - ```properties + ```shell kylin.metadata.url=kylin_metadata@jdbc,url=jdbc:mysql://hostname:3306/kylin,username=root,password=password,maxActive=10,maxIdle=10 kylin.env.zookeeper-connect-string=hostname kylin.engine.spark-conf.spark.master=spark://hostname:7077 diff --git a/website/_docs40/install/deploy_without_hadoop.md b/website/_docs40/install/deploy_without_hadoop.md index c2f4338..a2fcdee 100644 --- a/website/_docs40/install/deploy_without_hadoop.md +++ b/website/_docs40/install/deploy_without_hadoop.md @@ -12,19 +12,18 @@ Compared with kylin3, kylin4 implements a new spark build engine and parquet sto After realizing the feature of supporting build and query in spark standalone mode, we tried to deploy kylin4.0 without Hadoop on the EC2 instance of AWS, and successfully built the cube and query. -### Environmental preparation -The version information provided here is that we selected during the test. If users need to use other versions for deployment, you can replace them by yourself and ensure the compatibility between component versions. - +### Environment preparation - Apply for AWS EC2 Linux instances as required - Create Amazon RDS for MySQL as kylin and hive metabases - S3 as kylin's storage ### Component version information +The component version information provided here is that we selected during the test. If users need to use other versions for deployment, you can replace them by yourself and ensure the compatibility between component versions. * JDK 1.8 * Hive 2.3.9 * Zookeeper 3.4.13 -* Kylin 4.0 +* Kylin 4.0 for spark3 * Spark 3.1.1 * Hadoop 3.2.0(No startup required) @@ -323,7 +322,7 @@ The version information provided here is that we selected during the test. If us - Modify kylin.properties `vim $KYLIN_HOME/conf/kylin.properties` - ```properties + ```shell kylin.metadata.url=kylin_metadata@jdbc,url=jdbc:mysql://hostname:3306/kylin,username=root,password=password,maxActive=10,maxIdle=10 kylin.env.zookeeper-connect-string=hostname kylin.engine.spark-conf.spark.master=spark://hostname:7077 diff --git a/website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.cn.md b/website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.cn.md index 940866c..8ca9a52 100644 --- a/website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.cn.md +++ b/website/_posts/blog/2021-07-29-kylin-on-parquet-new-architecture-share.cn.md @@ -3,7 +3,7 @@ layout: post-blog title: Apache kylin4 新架构分享 date: 2021-07-29 15:00:00 author: 陶加涛 -categories: blog +categories: cn_blog --- 这篇文章主要分为以下几个部分: