You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kan Zhang (JIRA)" <ji...@apache.org> on 2014/06/16 23:02:02 UTC

[jira] [Commented] (SPARK-2130) Clarify PySpark docs for RDD.getStorageLevel

    [ https://issues.apache.org/jira/browse/SPARK-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032942#comment-14032942 ] 

Kan Zhang commented on SPARK-2130:
----------------------------------

https://github.com/apache/spark/pull/1096

> Clarify PySpark docs for RDD.getStorageLevel
> --------------------------------------------
>
>                 Key: SPARK-2130
>                 URL: https://issues.apache.org/jira/browse/SPARK-2130
>             Project: Spark
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.0.0
>            Reporter: Nicholas Chammas
>            Assignee: Kan Zhang
>            Priority: Minor
>
> The [PySpark docs for RDD.getStorageLevel|http://spark.apache.org/docs/1.0.0/api/python/pyspark.rdd.RDD-class.html#getStorageLevel] are unclear.
> {quote}
> >>> rdd1 = sc.parallelize([1,2]) 
> >>> rdd1.getStorageLevel() 
> StorageLevel(False, False, False, False, 1)
> {quote}
> What do the 5 values of "False, False, False, False, 1" mean?



--
This message was sent by Atlassian JIRA
(v6.2#6252)