- 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.
推薦閱讀
- 大學計算機基礎(第二版)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 移動UI設計(微課版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- Koa開發:入門、進階與實戰
- Hands-On Swift 5 Microservices Development
- Spring+Spring MVC+MyBatis整合開發實戰
- R Data Analysis Cookbook(Second Edition)
- 從零開始學C#
- C語言程序設計簡明教程:Qt實戰
- Go語言編程
- Mastering Gephi Network Visualization
- 高效使用Greenplum:入門、進階與數據中臺
- Selenium WebDriver Practical Guide
- C++程序設計習題與實驗指導