- Fast Data Processing with Spark 2(Third Edition)
- Krishna Sankar
- 166字
- 2021-08-20 10:27:05
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: "The hallmark of a MapReduce
system is this: map
and reduce
, the two primitives."
A block of code is set as follows:
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency>
Any command-line input or output is written as follows:
./ec2/spark-ec2 -i ~/spark-keypair.pem launch myfirstsparkcluster --resume
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: "From Spark 2.0.0 onwards, they have changed the packaging, so we have to include spark-2.0.0/assembly/target/scala-2.11/jars
in Add External Jars…."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Dynamics 365 Application Development
- Learning Linux Binary Analysis
- MariaDB High Performance
- 軟件工程
- Visual C++數字圖像處理技術詳解
- PhoneGap:Beginner's Guide(Third Edition)
- Integrating Facebook iOS SDK with Your Application
- Microsoft Dynamics AX 2012 R3 Financial Management
- Natural Language Processing with Java and LingPipe Cookbook
- Image Processing with ImageJ
- Python機器學習算法與應用
- 計算機應用技能實訓教程
- SQL Server 2012 數據庫應用教程(第3版)
- Microsoft XNA 4.0 Game Development Cookbook
- Java算法從菜鳥到達人