Skip to content

Commit

Permalink
[SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migra…
Browse files Browse the repository at this point in the history
…tion 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.

(cherry picked from commit 7a8e587)
Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
  • Loading branch information
aray authored and jkbradley committed Dec 10, 2015
1 parent bfb4201 commit 9bc6a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/graphx-programming-guide.md
Expand Up @@ -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
Expand Down

0 comments on commit 9bc6a27

Please sign in to comment.