aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/main
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-06-04 16:45:53 -0700
committerAnkur Dave <ankurdave@gmail.com>2014-06-04 16:45:53 -0700
commitabea2d4ff099036c67fc73136d0e61d0d0e22123 (patch)
tree1f7cf991f21715675b6a5379f1f6f625efa9096d /graphx/src/main
parent11ded3f66f178e4d8d2b23491dd5e0ea23bcf719 (diff)
downloadspark-abea2d4ff099036c67fc73136d0e61d0d0e22123.tar.gz
spark-abea2d4ff099036c67fc73136d0e61d0d0e22123.tar.bz2
spark-abea2d4ff099036c67fc73136d0e61d0d0e22123.zip
Minor: Fix documentation error from apache/spark#946
Author: Ankur Dave <ankurdave@gmail.com> Closes #970 from ankurdave/SPARK-1991_docfix and squashes the following commits: 6d07343 [Ankur Dave] Minor: Fix documentation error from apache/spark#946
Diffstat (limited to 'graphx/src/main')
-rw-r--r--graphx/src/main/scala/org/apache/spark/graphx/GraphLoader.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphx/src/main/scala/org/apache/spark/graphx/GraphLoader.scala b/graphx/src/main/scala/org/apache/spark/graphx/GraphLoader.scala
index 2e814e34f9..f4c79365b1 100644
--- a/graphx/src/main/scala/org/apache/spark/graphx/GraphLoader.scala
+++ b/graphx/src/main/scala/org/apache/spark/graphx/GraphLoader.scala
@@ -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,