Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Apache Spark Quick Start Guide

You're reading from   Apache Spark Quick Start Guide Quickly learn the art of writing efficient big data applications with Apache Spark

Arrow left icon
Product type Paperback
Published in Jan 2019
Publisher Packt
ISBN-13 9781789349108
Length 154 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Akash Grade Akash Grade
Author Profile Icon Akash Grade
Akash Grade
Shrey Mehrotra Shrey Mehrotra
Author Profile Icon Shrey Mehrotra
Shrey Mehrotra
Arrow right icon
View More author details
Toc

Graph processing

In Chapter 1, Introduction to Apache Spark, we provided a brief introduction to the graph libraries provided by Spark. In this section, we will discuss these libraries in more detail. A graph is one of the data structures that is used in computer science to solve some real-world problems. A graph is represented by a set of vertices and edges. A vertex is an object, and an edge defines a relationship between two vertices. One of the examples of graphs is a social network, where each person is represented by a vertex, and a relationship between two people is represented by an edge. The following figure shows a graph with five vertices and five edges:

A graph with five vertices and five edges

The graph represented here can also be represented as a set, V = {V1, V2, V3, V4, V5} and E = {E1, E2, E3, E4, E5}. A graph can also be categorized as a directed or undirected...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime