Skip to content

Commit 9bc6a27

Browse files
arayjkbradley
authored andcommitted
[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 <[email protected]> Closes #10206 from aray/graphx-doc-1.1-migration. (cherry picked from commit 7a8e587) Signed-off-by: Joseph K. Bradley <[email protected]>
1 parent bfb4201 commit 9bc6a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/graphx-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ operators (e.g., [subgraph](#structural_operators), [joinVertices](#join_operato
7070

7171
## Migrating from Spark 1.1
7272

73-
GraphX in Spark {{site.SPARK_VERSION}} contains a few user facing API changes:
73+
GraphX in Spark 1.2 contains a few user facing API changes:
7474

7575
1. To improve performance we have introduced a new version of
7676
[`mapReduceTriplets`][Graph.mapReduceTriplets] called

0 commit comments

Comments
 (0)