- 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.
推薦閱讀
- C語言程序設計案例教程(第2版)
- JavaScript:Functional Programming for JavaScript Developers
- INSTANT MinGW Starter
- Mastering Apache Maven 3
- Instant Ext.NET Application Development
- C++寶典
- 動手學數據結構與算法
- 軟件測試綜合技術
- 跟戴銘學iOS編程:理順核心知識點
- Practical Predictive Analytics
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Microsoft HoloLens By Example
- 用Python動手學統計學
- Hands-On ROS for Robotics Programming
- Flutter之旅