From e1fda37e513c399975c959963bfb0ebb885178b0 Mon Sep 17 00:00:00 2001 From: msabhi Date: Fri, 16 Dec 2016 00:52:40 -0500 Subject: Update big-data.md --- chapter/8/big-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter/8/big-data.md b/chapter/8/big-data.md index 3eb75c6..b24d704 100644 --- a/chapter/8/big-data.md +++ b/chapter/8/big-data.md @@ -513,7 +513,7 @@ The GraphX RDG structure implements a vertex-cut representation of a graph using - `EdgeTable(pid, src, dst, data)`: Stores adjacency structure and edge data. - `VertexDataTable(id, data)`: Stores vertex data. Contains states associated with vertices that are changing in the course of graph computation -- `VertexMap(id, pid)`: Maps from vertex ids to the partitions that contain their adjacent edges. Remains static as long as the graph structure doesn’t change. +- `VertexMap(id, pid)`: Maps vertex ids to the partitions that contain their adjacent edges. Remains static as long as the graph structure doesn’t change. -- cgit v1.2.3