THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!

Apache Kylin : Analytical Data Warehouse for Big Data

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DefaultScheduler is a stand-alone version of the scheduler, there can only be one job server under the same metadata.

WhenIf kylin.server.mode=all or job, when the Kylin Server process starts, it will initialize the DefaultScheduler and lock the job server. The implementation class of the lock is ZookeeperJobLock, which is implemented by using the temporary node of zookeeper.

...

DistributedScheduler is a distributed scheduler contributed by Meituan, which is supported from since kylin version 1.6.1.

Using the DistributedScheduler as the job scheduler, you can have multiple kylin job servers under the same metadata.

...

Curatorscheduler is a curator based scheduler implemented by Kyligence, which is supported from since kylin v3.0.0-alpha.

CuratorScheduler is master-slave mode. It selects a leader from all job nodes to schedule tasks. It relies on curator-recipes, a high-level feature of curator.

...