- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 87字
- 2021-07-15 17:04:24
How to do it...
- First, add the Mesosphere repository:
$ sudo rpm -Uvh http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm
- And now, install Mesos and ZooKeeper:
$ sudo yum -y install mesos mesosphere-zookeeper
- At this point, you can start Mesos to do some basic testing. To start the Mesos master and agent (slave) daemons, execute the following:
$ sudo service mesos-master start $ sudo service mesos-slave start
- To validate the Mesos installation, open a browser and point it to http://<ipaddress>:5050. Replace <ipaddress> with the actual address of the host with the new Mesos installation.
推薦閱讀
- 數據科學實戰手冊(R+Python)
- C程序設計簡明教程(第二版)
- TensorFlow Lite移動端深度學習
- CockroachDB權威指南
- Leap Motion Development Essentials
- Learning ASP.NET Core 2.0
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Access 2010數據庫應用技術(第2版)
- Instant Nancy Web Development
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- MyBatis 3源碼深度解析
- 貫通Tomcat開發
- Deep Learning for Natural Language Processing
- 體驗之道:從需求到實踐的用戶體驗實戰
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite