- Apache Mesos Cookbook
- David Blomquist Tomasz Janiszewski
- 64字
- 2021-07-15 17:04:27
Configuration tips
There are a number of options that can be configured in the Mesos build script. For example, if you want to build Mesos with SSL support, you will need to enable the ssl and libevent features by executing ../configure --enable-ssl --enable-libevent prior to executing make. To see a full list of the configure options, execute ../configure --help from the Mesos build directory.
推薦閱讀
- Flask Blueprints
- Java應用與實戰
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 簡單高效LATEX
- 深入淺出RxJS
- ExtJS高級程序設計
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Getting Started with Nano Server
- Extending Unity with Editor Scripting
- Scala編程實戰
- 數據分析與挖掘算法:Python實戰
- STM8實戰
- PHP動態網站開發實踐教程
- 啊哈C語言!:邏輯的挑戰(修訂版)
- Design Patterns and Best Practices in Java