- 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.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Node.js Design Patterns
- C# 2012程序設計實踐教程 (清華電腦學堂)
- 深入淺出RxJS
- 3D少兒游戲編程(原書第2版)
- Unity 5 for Android Essentials
- Node.js:來一打 C++ 擴展
- Mastering Adobe Captivate 7
- Training Systems Using Python Statistical Modeling
- INSTANT Apache Hive Essentials How-to
- 寫給青少年的人工智能(Python版·微課視頻版)
- Node.js應用開發
- C Primer Plus(第6版)中文版【最新修訂版】
- MATLAB從入門到精通
- Java EE企業級應用開發教程:Spring+Spring MVC+MyBatis(第2版)