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 083a1d8 Add job scheduler blog wiki link for kylin cluster deployment
page
083a1d8 is described below
commit 083a1d8023b9fe522d843e9f766f7823c5d8f072
Author: yaqian.zhang <[email protected]>
AuthorDate: Tue Jul 7 14:44:05 2020 +0800
Add job scheduler blog wiki link for kylin cluster deployment page
---
website/_docs/install/kylin_cluster.cn.md | 2 +-
website/_docs/install/kylin_cluster.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/_docs/install/kylin_cluster.cn.md
b/website/_docs/install/kylin_cluster.cn.md
index f8ce53a..e33a411 100644
--- a/website/_docs/install/kylin_cluster.cn.md
+++ b/website/_docs/install/kylin_cluster.cn.md
@@ -45,7 +45,7 @@
kylin.job.lock=org.apache.kylin.storage.hbase.util.ZookeeperJobLock
kylin.job.scheduler.default=100
kylin.server.self-discovery-enabled=true
```
-
+更多关于kylin任务调度器的细节可以参考[Apache Kylin
Wiki](https://cwiki.apache.org/confluence/display/KYLIN/Comparison+of+Kylin+Job+scheduler)
diff --git a/website/_docs/install/kylin_cluster.md
b/website/_docs/install/kylin_cluster.md
index 9d6b4d5..7543e5c 100644
--- a/website/_docs/install/kylin_cluster.md
+++ b/website/_docs/install/kylin_cluster.md
@@ -39,14 +39,14 @@ Then please add all job servers and query servers to the
`kylin.server.cluster-s
### Use `CuratorScheculer`
-Since v3.0.0-alpha, kylin introduces the master-slave mode multiple job
engines scheduler based on Curator. Users can modify the following
configuration to enable CuratorScheduler:
+Since v3.0.0-alpha, kylin introduces the Leader/Follower mode multiple job
engines scheduler based on Curator. Users can modify the following
configuration to enable CuratorScheduler:
```properties
kylin.job.scheduler.default=100
kylin.server.self-discovery-enabled=true
```
-
+For more details about the kylin job scheduler, please refer to [Apache Kylin
Wiki](https://cwiki.apache.org/confluence/display/KYLIN/Comparison+of+Kylin+Job+scheduler)
### Installing a load balancer