You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jk...@apache.org on 2015/12/10 02:16:06 UTC

spark git commit: [SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migration from 1.1

Repository: spark
Updated Branches:
  refs/heads/master 051c6a066 -> 7a8e587dc


[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 <ra...@gmail.com>

Closes #10206 from aray/graphx-doc-1.1-migration.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7a8e587d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7a8e587d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7a8e587d

Branch: refs/heads/master
Commit: 7a8e587dc04c2fabc875d1754eae7f85b4fba6ba
Parents: 051c6a0
Author: Andrew Ray <ra...@gmail.com>
Authored: Wed Dec 9 17:16:01 2015 -0800
Committer: Joseph K. Bradley <jo...@databricks.com>
Committed: Wed Dec 9 17:16:01 2015 -0800

----------------------------------------------------------------------
 docs/graphx-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/7a8e587d/docs/graphx-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/graphx-programming-guide.md b/docs/graphx-programming-guide.md
index 6a512ab..9dea9b5 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org