書名: Apache Mesos Cookbook作者名: David Blomquist Tomasz Janiszewski本章字數: 80字更新時間: 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 install the prerequisite packages for building and running the Mesos source code:
$ sudo apt-get install -y tar wget git openjdk-7-
jdk autoconf libtool
build-essential python-dev python-boto libcurl4-
nss-dev libsasl2-dev
libsasl2-modules maven libapr1-dev libsvn-dev
- Next, continue to the Downloading, building, and installing the Mesos source code recipe at the end of this chapter.
推薦閱讀
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Java程序設計實戰教程
- Python數據分析入門與實戰
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- The React Workshop
- 微信小程序開發解析
- Python深度學習:模型、方法與實現
- Python3.5從零開始學
- Julia 1.0 Programming Complete Reference Guide
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Android Sensor Programming By Example
- AI自動化測試:技術原理、平臺搭建與工程實踐
- jQuery從入門到精通(微課精編版)
- 大話代碼架構:項目實戰版
- jQuery基礎教程(第4版)