- 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#高級(jí)編程(第10版) C# 6 & .NET Core 1.0 (.NET開(kāi)發(fā)經(jīng)典名著)
- 精通Nginx(第2版)
- Developing Mobile Web ArcGIS Applications
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(微課版)
- Magento 2 Development Cookbook
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- The Computer Vision Workshop
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- MySQL數(shù)據(jù)庫(kù)基礎(chǔ)實(shí)例教程(微課版)
- 低代碼平臺(tái)開(kāi)發(fā)實(shí)踐:基于React
- Python機(jī)器學(xué)習(xí)算法與應(yīng)用
- Java并發(fā)編程:核心方法與框架
- Learning Nessus for Penetration Testing
- C++程序設(shè)計(jì)
- OpenCV Android Programming By Example