From 38ec0baf5c9033a9e9e9bb015d95357d8176e022 Mon Sep 17 00:00:00 2001 From: "Joseph E. Gonzalez" Date: Tue, 29 Oct 2013 16:27:55 -0700 Subject: [PATCH] fixing a typo in the VertexSetRDD docs --- .../src/main/scala/org/apache/spark/graph/VertexSetRDD.scala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graph/src/main/scala/org/apache/spark/graph/VertexSetRDD.scala b/graph/src/main/scala/org/apache/spark/graph/VertexSetRDD.scala index c7f20283da..a64eb6a99c 100644 --- a/graph/src/main/scala/org/apache/spark/graph/VertexSetRDD.scala +++ b/graph/src/main/scala/org/apache/spark/graph/VertexSetRDD.scala @@ -744,8 +744,9 @@ object VertexSetRDD { /** - * Construct and index of the unique vertex ids. This can be used - * as an index when building a vertex set. + * Construct an index of the unique vertices. The resulting index + * can be used to build VertexSets over subsets of the vertices in + * the input. */ def makeIndex(keys: RDD[Vid], partitioner: Option[Partitioner] = None): VertexSetIndex = {