- 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.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Developing Middleware in Java EE 8
- 數據結構習題精解(C語言實現+微課視頻)
- VSTO開發入門教程
- C語言從入門到精通(第4版)
- R的極客理想:工具篇
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Android應用案例開發大全(第二版)
- JavaScript應用開發實踐指南
- 汽車人機交互界面整合設計
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- 貫通Tomcat開發
- 寫給大家看的Midjourney設計書
- Hands-On Dependency Injection in Go
- 例說FPGA:可直接用于工程項目的第一手經驗