Chronos - 作业调度器


Apache
跨平台
Scala

软件简介

Chronos 是一个具备容错特性的作业调度器,可处理依赖性和基于 ISO8601 的调度。Chronos 是由 Airbnb 公司推出的用来替代 cron
的开源产品。你可以用它来对作业进行编排,支持使用 Mesos
作为作业执行器,支持和 Hadoop 进行交互。可定义作业执行完成后的触发器。支持任意长度的依赖链。

特性:

  • Web UI

  • 8601 Repeating Interval Notation

  • Handles dependencies

  • Job Stats (e.g. 50th, 75th, 95th and 99th percentile timing, failure/success)

  • Fault Tolerance (Hot Master)

  • Configurable Retries

  • Multiple Workers (i.e. Mesos Slaves)

架构:

主界面: