zhengruifeng created SPARK-19808:
------------------------------------

             Summary: About the default blocking arg in unpersist
                 Key: SPARK-19808
                 URL: https://issues.apache.org/jira/browse/SPARK-19808
             Project: Spark
          Issue Type: Question
          Components: ML, Spark Core
    Affects Versions: 2.1.0
            Reporter: zhengruifeng
            Priority: Minor


Now, {{unpersist}} are commonly used with default value in ML.

Most algorithms like {{KMeans}} use {{RDD.unpersisit}} and the default 
{{blocking}} is {{true}}

And for meta algorithms like {{OneVsRest}}, {{CrossValidator}} use 
{{Dataset.unpersist}} and the default {{blocking}} is {{false}}

Should the default value for {{RDD.unpersisit}} and {{Dataset.unpersist}} be 
consistent?
And all the {{blocking}} arg in ML should be set {{false}}?

[~srowen] [~mlnick] [~yanboliang]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to