aboutsummaryrefslogtreecommitdiff
path: root/docs/graphx-programming-guide.md
diff options
context:
space:
mode:
authorAndrew Ray <ray.andrew@gmail.com>2015-12-09 17:16:01 -0800
committerJoseph K. Bradley <joseph@databricks.com>2015-12-09 17:16:01 -0800
commit7a8e587dc04c2fabc875d1754eae7f85b4fba6ba (patch)
tree68ac0d7d607cd4c1c59ba8e2d00b1468a16a62a4 /docs/graphx-programming-guide.md
parent051c6a066f7b5fcc7472412144c15b50a5319bd5 (diff)
downloadspark-7a8e587dc04c2fabc875d1754eae7f85b4fba6ba.tar.gz
spark-7a8e587dc04c2fabc875d1754eae7f85b4fba6ba.tar.bz2
spark-7a8e587dc04c2fabc875d1754eae7f85b4fba6ba.zip
[SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migration from 1.1
Migration from 1.1 section added to the GraphX doc in 1.2.0 (see https://spark.apache.org/docs/1.2.0/graphx-programming-guide.html#migrating-from-spark-11) uses \{{site.SPARK_VERSION}} as the version where changes were introduced, it should be just 1.2. Author: Andrew Ray <ray.andrew@gmail.com> Closes #10206 from aray/graphx-doc-1.1-migration.
Diffstat (limited to 'docs/graphx-programming-guide.md')
-rw-r--r--docs/graphx-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/graphx-programming-guide.md b/docs/graphx-programming-guide.md
index 6a512ab234..9dea9b5904 100644
--- a/docs/graphx-programming-guide.md
+++ b/docs/graphx-programming-guide.md
@@ -70,7 +70,7 @@ operators (e.g., [subgraph](#structural_operators), [joinVertices](#join_operato
## Migrating from Spark 1.1
-GraphX in Spark {{site.SPARK_VERSION}} contains a few user facing API changes:
+GraphX in Spark 1.2 contains a few user facing API changes:
1. To improve performance we have introduced a new version of
[`mapReduceTriplets`][Graph.mapReduceTriplets] called