summaryrefslogtreecommitdiff
path: root/graphx/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'graphx/index.md')
-rw-r--r--graphx/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphx/index.md b/graphx/index.md
index 8e7b54c56..a3aa8d26f 100644
--- a/graphx/index.md
+++ b/graphx/index.md
@@ -17,7 +17,7 @@ subproject: GraphX
Seamlessly work with both graphs and collections.
</p>
<p>
- GraphX unifies ETL, exploratory analysis, and iterative graph computation within a single system. You can <a href="{{site.url}}docs/latest/graphx-programming-guide.html#the-property-graph">view</a> the same data as both graphs and collections, <a href="{{site.url}}docs/latest/graphx-programming-guide.html#property-operators">transform</a> and <a href="{{site.url}}docs/latest/graphx-programming-guide.html#join-operators">join</a> graphs with RDDs efficiently, and write custom iterative graph algorithms using the <a href="{{site.url}}docs/latest/graphx-programming-guide.html#pregel-api">Pregel API</a>.
+ GraphX unifies ETL, exploratory analysis, and iterative graph computation within a single system. You can <a href="{{site.baseurl}}/docs/latest/graphx-programming-guide.html#the-property-graph">view</a> the same data as both graphs and collections, <a href="{{site.baseurl}}/docs/latest/graphx-programming-guide.html#property-operators">transform</a> and <a href="{{site.baseurl}}/docs/latest/graphx-programming-guide.html#join-operators">join</a> graphs with RDDs efficiently, and write custom iterative graph algorithms using the <a href="{{site.baseurl}}/docs/latest/graphx-programming-guide.html#pregel-api">Pregel API</a>.
</p>
</div>
<div class="col-md-5 col-sm-5 col-padded-top col-center">
@@ -47,7 +47,7 @@ subproject: GraphX
</div>
<div class="col-md-5 col-sm-5 col-padded-top col-center">
<div style="width: 100%; max-width: 272px; display: inline-block; text-align: center; padding:0;">
- <img src="{{site.url}}images/graphx-perf-comparison.png" style="width: 60%; max-width: 250px;">
+ <img src="{{site.baseurl}}/images/graphx-perf-comparison.png" style="width: 60%; max-width: 250px;">
<div class="caption" style="min-width: 272px;">End-to-end PageRank performance (20 iterations, 3.7B edges)</div>
</div>
</div>
@@ -59,7 +59,7 @@ subproject: GraphX
<p class="lead">
Choose from a growing library of graph algorithms.
</p>
- <p>In addition to a <a href="{{site.url}}docs/latest/graphx-programming-guide.html#graph-operators">highly flexible API</a>, GraphX comes with a variety of graph algorithms, many of which were contributed by our users.</p>
+ <p>In addition to a <a href="{{site.baseurl}}/docs/latest/graphx-programming-guide.html#graph-operators">highly flexible API</a>, GraphX comes with a variety of graph algorithms, many of which were contributed by our users.</p>
</div>
<div class="col-md-5 col-sm-5 col-padded-top">
<ul class="list-narrow">
@@ -83,7 +83,7 @@ subproject: GraphX
</p>
<p>
If you have questions about the library, ask on the
- <a href="{{site.url}}community.html#mailing-lists">Spark mailing lists</a>.
+ <a href="{{site.baseurl}}/community.html#mailing-lists">Spark mailing lists</a>.
</p>
<p>
GraphX is in the alpha stage and welcomes contributions. If you'd like to submit a change to GraphX,
@@ -98,10 +98,10 @@ subproject: GraphX
To get started with GraphX:
</p>
<ul class="list-narrow">
- <li><a href="{{site.url}}downloads.html">Download Spark</a>. GraphX is included as a module.</li>
- <li>Read the <a href="{{site.url}}docs/latest/graphx-programming-guide.html">GraphX guide</a>, which includes
+ <li><a href="{{site.baseurl}}/downloads.html">Download Spark</a>. GraphX is included as a module.</li>
+ <li>Read the <a href="{{site.baseurl}}/docs/latest/graphx-programming-guide.html">GraphX guide</a>, which includes
usage examples.</li>
- <li>Learn how to <a href="{{site.url}}docs/latest/#launching-on-a-cluster">deploy</a> Spark on a cluster
+ <li>Learn how to <a href="{{site.baseurl}}/docs/latest/#launching-on-a-cluster">deploy</a> Spark on a cluster
if you'd like to run in distributed mode. You can also run locally on a multicore machine
without any setup.
</li>
@@ -111,7 +111,7 @@ subproject: GraphX
<div class="row">
<div class="col-sm-12 col-center">
- <a href="{{site.url}}downloads.html" class="btn btn-success btn-lg btn-multiline">
+ <a href="{{site.baseurl}}/downloads.html" class="btn btn-success btn-lg btn-multiline">
Download Apache Spark<br/><span class="small">Includes GraphX</span>
</a>
</div>