- Apache ZooKeeper Essentials
- Saurav Haloi
- 195字
- 2021-08-06 19:20:06
What you need for this book
Readers who are familiar with the concepts of distributed systems and any high-level programming language such as Java, C, or Python will feel very comfortable to grasp the concepts and code samples presented in this book with much ease. However, the book doesn't need readers to have any prior experience with Apache ZooKeeper.
The procedure to download, install, and configure ZooKeeper is presented in the first chapter of this book. To play around with ZooKeeper and run the example code of this book, readers need to have access to a system with the following requirements:
- Operating System: A recent version of a Linux operating system, such as Ubuntu, Fedora, or CentOS.
- Java SE Development Kit 7: This is downloadable from Oracle at http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html.
- GCC Compiler suite: This compiles the C code of this book. GCC usually comes pre-installed with Ubuntu, Fedora flavor, or Linux, or it can be installed as follows:
- For Ubuntu, the
sudo apt-get install gcc
command is used. - For Fedora/CentOS, the
sudo yum install gcc
command can be used.
- For Ubuntu, the
- Python 2.7.x: This is required to run the Python code samples. Python can be downloaded from https://www.python.org/downloads/.
推薦閱讀
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- 數據庫原理及應用(Access版)第3版
- Angular UI Development with PrimeNG
- Learning Real-time Processing with Spark Streaming
- 機械工程師Python編程:入門、實戰與進階
- Python數據分析(第2版)
- Learning Python Design Patterns(Second Edition)
- MySQL數據庫管理與開發(慕課版)
- Data Analysis with Stata
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Programming with CodeIgniterMVC
- 零基礎學C語言(升級版)
- Flink技術內幕:架構設計與實現原理
- Java EE 7 with GlassFish 4 Application Server
- SEO教程:搜索引擎優化入門與進階(第3版)