fixing a typo in the VertexSetRDD docs

This commit is contained in:
Joseph E. Gonzalez 2013-10-29 16:27:55 -07:00
parent d8c8256e52
commit 38ec0baf5c

View file

@ -744,8 +744,9 @@ object VertexSetRDD {
/** /**
* Construct and index of the unique vertex ids. This can be used * Construct an index of the unique vertices. The resulting index
* as an index when building a vertex set. * can be used to build VertexSets over subsets of the vertices in
* the input.
*/ */
def makeIndex(keys: RDD[Vid], def makeIndex(keys: RDD[Vid],
partitioner: Option[Partitioner] = None): VertexSetIndex = { partitioner: Option[Partitioner] = None): VertexSetIndex = {