Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs525-sp18-g07
spark
Commits
0c9d39bb
Commit
0c9d39bb
authored
11 years ago
by
Joseph E. Gonzalez
Browse files
Options
Downloads
Patches
Plain Diff
More organizational changes and dropping the benchmark plot.
parent
34496d6a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/graphx-programming-guide.md
+20
-12
20 additions, 12 deletions
docs/graphx-programming-guide.md
with
20 additions
and
12 deletions
docs/graphx-programming-guide.md
+
20
−
12
View file @
0c9d39bb
...
...
@@ -66,17 +66,7 @@ computation in one system with a single composable API. The GraphX API
enables users to view data both as a graph and as
collection (i.e., RDDs) without data movement or duplication. By
incorporating recent advances in graph-parallel systems, GraphX is able to optimize
the execution of graph operations. In preliminary experiments we find that the GraphX
system is able to achieve performance comparable to state-of-the-art
graph-parallel systems while easily expressing the entire analytics pipelines.
<p
style=
"text-align: center;"
>
<img src="img/graphx_performance_comparison.png"
title="GraphX Performance Comparison"
alt="GraphX Performance Comparison"
width="50%" />
<!-- Images are downsized intentionally to improve quality on retina displays -->
</p>
the execution of graph operations.
## GraphX Replaces the Spark Bagel API
...
...
@@ -279,11 +269,15 @@ val outputGraph: Graph[Double, Double] =
## Structural Operators
<a
name=
"structural_operators"
></a>
## Join Operators
<a
name=
"join_operators"
></a>
## Map Reduce Triplets (mapReduceTriplets)
<a
name=
"mrTriplets"
></a>
# Graph Builders
<a
name=
"graph_builders"
></a>
...
...
@@ -295,7 +289,8 @@ val userGraph: Graph[(String, String), String]
# Optimized Representation
The Property Graph is internally represented as a collection of RDDs
This section should give some intuition about how GraphX works and how that affects the user (e.g.,
things to worry about.)
<p
style=
"text-align: center;"
>
<img src="img/edge_cut_vs_vertex_cut.png"
...
...
@@ -319,6 +314,19 @@ The Property Graph is internally represented as a collection of RDDs
# Graph Algorithms
<a
name=
"graph_algorithms"
></a>
This section should describe the various algorithms and how they are used.
## PageRank
## Connected Components
## Shortest Path
## Triangle Counting
## K-Core
## LDA
<p
style=
"text-align: center;"
>
<img src="img/tables_and_graphs.png"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment