- Mastering Apache Storm
- Ankit Jain
- 156字
- 2021-07-02 20:32:25
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Add the following line in the storm.yaml file of the Nimbus machine to enable JMX on the Nimbus node."
A block of code is set as follows:
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-core</artifactId>
<version>1.0.2</version>
<scope>provided<scope>
</dependency>
Any command-line input or output is written as follows:
cd $ZK_HOME/conf
touch zoo.cfg
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Now, click on the Connect button to view the metrics of the supervisor node."
- Learn ECMAScript(Second Edition)
- HornetQ Messaging Developer’s Guide
- 精通Nginx(第2版)
- 自制編譯器
- Manga Studio Ex 5 Cookbook
- Mastering matplotlib
- Internet of Things with the Arduino Yún
- 快速入門與進階:Creo 4·0全實例精講
- Geospatial Development By Example with Python
- 從零開始:UI圖標設計與制作(第3版)
- 人工智能算法(卷1):基礎算法
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- HTML5程序設計基礎教程
- Python AI游戲編程入門:基于Pygame和PyTorch
- JavaWeb入門經(jīng)典