- Apache Spark Graph Processing
- Rindra Ramamonjison
- 133字
- 2021-07-16 20:03:52
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, and user input are shown as follows: When we wish to run a Scala code in the Spark shell, it will start with scala >
prompt.
A block of code is set as follows:
val greeting = sc.parallelize("Hello Spark".toList) greeting.collect foreach { c => println(c) }
Any command-line input or output is written as follows:
> tar -xf spark-1.4.1-bin-hadoop2.6.tgz
New terms and important words are shown in bold.
推薦閱讀
- 手機安全和可信應用開發(fā)指南:TrustZone與OP-TEE技術詳解
- 深入實踐Spring Boot
- 編寫高質量代碼:改善Python程序的91個建議
- 軟件測試工程師面試秘籍
- x86匯編語言:從實模式到保護模式(第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Learning Hunk
- Hands-On Full Stack Development with Go
- Node.js全程實例
- UNIX Linux程序設計教程
- C語言程序設計與應用(第2版)
- Hadoop 2.X HDFS源碼剖析
- PHP與MySQL權威指南
- Python預測分析實戰(zhàn)
- Learning Concurrency in Python