- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 82字
- 2021-07-15 17:04:25
How to do it...
- First, we need to sync the latest package lists from the apt repositories with the update command:
$ sudo apt-get update
- Then we will install the prerequisite packages for building and running the Mesos source code:
$ sudo apt-get install -y tar wget git openjdk-8-
jdk autoconf libtool
build-essential python-dev python-boto libcurl4-
nss-dev libsasl2-dev
libsasl2-modules maven libapr1-dev libsvn-dev
libghc-zlib-dev
- Next, continue to the Downloading, building, and installing the Mesos source code recipe at the end of this chapter.
推薦閱讀
- iOS面試一戰到底
- 微信公眾平臺與小程序開發:從零搭建整套系統
- Learning Chef
- HoloLens Beginner's Guide
- OpenCV for Secret Agents
- Python機器學習經典實例
- 青少年Python編程入門
- Mastering Drupal 8 Views
- The DevOps 2.5 Toolkit
- C語言程序設計教程
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- 從Java到Web程序設計教程
- Building Android UIs with Custom Views
- Scala Data Analysis Cookbook
- ExtJS Web應用程序開發指南第2版