Skip to content

Commit

Permalink
Minor: Fix documentation error from apache#946
Browse files Browse the repository at this point in the history
Author: Ankur Dave <ankurdave@gmail.com>

Closes apache#970 from ankurdave/SPARK-1991_docfix and squashes the following commits:

6d07343 [Ankur Dave] Minor: Fix documentation error from apache#946
  • Loading branch information
ankurdave committed Jun 4, 2014
1 parent 11ded3f commit abea2d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ object GraphLoader extends Logging {
* @param canonicalOrientation whether to orient edges in the positive
* direction
* @param minEdgePartitions the number of partitions for the edge RDD
* @param edgeStorageLevel the desired storage level for the edge partitions. To set the vertex
* storage level, call [[org.apache.spark.graphx.Graph#persistVertices]].
* @param edgeStorageLevel the desired storage level for the edge partitions
* @param vertexStorageLevel the desired storage level for the vertex partitions
*/
def edgeListFile(
sc: SparkContext,
Expand Down

0 comments on commit abea2d4

Please sign in to comment.