- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 168字
- 2021-07-02 18:55:21
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 next lines of code read the link and assign it to the to the BeautifulSoup function."
A block of code is set as follows:
import org.apache.spark.SparkContext
import org.apache.spark.SparkContext._
import org.apache.spark.SparkConf
Any command-line input or output is written as follows:
[hadoop@hc2nn ~]# sudo su -
[root@hc2nn ~]# cd /tmp
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: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- LabVIEW入門與實戰開發100例
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Java程序設計與實踐教程(第2版)
- Python自然語言處理(微課版)
- 零基礎輕松學SQL Server 2016
- 常用工具軟件立體化教程(微課版)
- Python機器學習之金融風險管理
- Python 3.7從入門到精通(視頻教學版)
- 大學計算機基礎
- 遠方:兩位持續創業者的點滴思考
- Google Adsense優化實戰
- iOS Development with Xamarin Cookbook
- HikariCP數據庫連接池實戰