- 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.
推薦閱讀
- 機器學習系統:設計和實現
- Learning C++ Functional Programming
- JavaScript+jQuery開發實戰
- Java Web程序設計
- Nginx Lua開發實戰
- Python圖形化編程(微課版)
- 一本書講透Java線程:原理與實踐
- Java EE Web應用開發基礎
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Android初級應用開發
- Java EE輕量級解決方案:S2SH
- Backbone.js Patterns and Best Practices
- Learning Apache Thrift
- 面向物聯網的Android應用開發與實踐
- Visual Basic 開發從入門到精通