- 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.
推薦閱讀
- 數(shù)據(jù)科學(xué)實戰(zhàn)手冊(R+Python)
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- Advanced Quantitative Finance with C++
- Game Programming Using Qt Beginner's Guide
- 劍指Offer(專項突破版):數(shù)據(jù)結(jié)構(gòu)與算法名企面試題精講
- C語言程序設(shè)計
- MATLAB實用教程
- Spring實戰(zhàn)(第5版)
- Learn React with TypeScript 3
- Learning Probabilistic Graphical Models in R
- Illustrator CC平面設(shè)計實戰(zhàn)從入門到精通(視頻自學(xué)全彩版)
- Learning Ionic
- Fastdata Processing with Spark
- Using Yocto Project with BeagleBone Black
- The Applied Data Science Workshop