Apache Mesos single node cluster install on Ubuntu server using apt-get
Apache Mesos is a distributed scheduling framework which allows us to build a fault tolerant distributed system. It pools your infrastructure, automatically allocating resources and scheduling tasks based on demands and policy. This blog post will describe about configuring/installing Mesos using simple apt get install.
1. Install requirements using the following commands
You can check if the cluster started or not by pointing your web browser at MASTER_IP:5050. If you can see 1 at under “Slaves -> Activated” then you have single node cluster running.
No comments:
Post a Comment