###############################################################
Chronos Installation Deployment
###############################################################
Chronos is a fault-tolerant job scheduler that can handle dependencies and ISO8601-based scheduling. Chronos is an open source product launched by Airbnb to replace Cron. You can use it to orchestrate jobs, support the use of Mesos as job actuators, and support interacting with Hadoop. You can define triggers after the job execution is complete. Support for any length of dependency chain.
1: Cluster service deployment plan:
Server IP address host name installation service
172.16.7.12ctn-7-12.ptmind.com mesos-master, zookeeper, Mesos-slave, Chronos
2: Install package
Yum-y Install Chronos
3: Start the service, add boot boot
Service Chronos Start
Service Chronos Status
Systemctl Enable Chronos
4: Verify
[Email protected] mesos-slave]# NETSTAT-TUNLP
Active Internet connections (only servers)
Proto recv-q send-q Local address Foreign address State Pid/program Name
TCP6 0 0::: 4400:::* LISTEN 25015/java
Page access:
Http://172.16.7.12:4400/
Mesos cluster installation Deployment planning, preparation (1)
Mesos cluster Installation Deployment Zookeeper (2)
Mesos cluster Installation Deployment Mesos-master (3)
Mesos cluster Installation Deployment Marathon (4)
Mesos cluster Installation Deployment Chronos (5)
Mesos cluster Installation Deployment Mesos-slave (6)
Mesos cluster Installation Deployment Mesos-dns (7)
Mesos cluster basic function test (8)
Mesos cluster Cleanup (9)
This article from "Kang Jianhua" blog, reproduced please contact the author!
Mesos cluster Installation Deployment Chronos (5)