aboutsummaryrefslogtreecommitdiff
path: root/chapter
diff options
context:
space:
mode:
authormsabhi <abhi.is2006@gmail.com>2016-12-16 00:52:40 -0500
committerGitHub <noreply@github.com>2016-12-16 00:52:40 -0500
commite1fda37e513c399975c959963bfb0ebb885178b0 (patch)
tree03588b3b61bddfefe224a014a37712e2e4b3cee5 /chapter
parent5cc4a8c4bef3e5b30904ce2e1ec61b90b97323d2 (diff)
Update big-data.md
Diffstat (limited to 'chapter')
-rw-r--r--chapter/8/big-data.md2
1 files changed, 1 insertions, 1 deletions
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.