From 058253c3d741ed8bed0a21835843b1405435e844 Mon Sep 17 00:00:00 2001 From: kangkaisen Date: Fri, 2 Dec 2016 19:11:24 +0800 Subject: [PATCH] howto_use_distributed_scheduler --- website/_docs16/howto/howto_use_distributed_scheduler.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 website/_docs16/howto/howto_use_distributed_scheduler.md diff --git a/website/_docs16/howto/howto_use_distributed_scheduler.md b/website/_docs16/howto/howto_use_distributed_scheduler.md new file mode 100644 index 0000000..ff210a5 --- /dev/null +++ b/website/_docs16/howto/howto_use_distributed_scheduler.md @@ -0,0 +1,16 @@ +--- +layout: docs16 +title: Use distributed job scheduler +categories: howto +permalink: /docs16/howto/howto_use_distributed_scheduler.html +--- + +Since Kylin 1.6.1, Kylin support distributed job scheduler. +Which is more extensible, available and reliable than default job scheduler. +To enable the distributed job scheduler, you need to set or update three configs in the kylin.properties: + +``` +1. kylin.job.scheduler.default=2 +2. kylin.job.lock=org.apache.kylin.storage.hbase.util.ZookeeperDistributedJobLock +3. add all job servers and query servers to the kylin.server.cluster-servers +``` -- 2.9.3 (Apple Git-75)