- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 129字
- 2021-07-15 17:04:22
How to do it...
- First, download and install the OpenPGP key for the Mesosphere packages:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF
- Now install the Mesosphere repository:
$ DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]') $ CODENAME=$(lsb_release -cs) $ echo "deb http://repos.mesosphere.io/${DISTRO} ${CODENAME} main"|
sudo tee /etc/apt/sources.list.d/mesosphere.list
- Update the apt-get package indexes:
$ sudo apt-get update
- Install Mesos and the included ZooKeeper binaries:
$ sudo apt-get -y install mesos
- 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.
推薦閱讀
- Learning Cython Programming
- Spring 5.0 By Example
- INSTANT FreeMarker Starter
- PHP程序設計(慕課版)
- Julia機器學習核心編程:人人可用的高性能科學計算
- Visual Basic學習手冊
- Python時間序列預測
- 零基礎學C語言(第4版)
- 石墨烯改性塑料
- Java高級程序設計
- 例說FPGA:可直接用于工程項目的第一手經驗
- iOS Development with Xamarin Cookbook
- Oracle SOA Suite 12c Administrator's Guide
- 城市信息模型平臺頂層設計與實踐
- 打造流暢的Android App