[jira] [Comment Edited] (SPARK-31218) counts in BinaryClassificationMetrics should be cached

2020-03-25 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066474#comment-17066474 ] CacheCheck edited comment on SPARK-31218 at 3/25/20, 8:40 AM: -- I mean rdd

[jira] [Comment Edited] (SPARK-31218) counts in BinaryClassificationMetrics should be cached

2020-03-25 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066474#comment-17066474 ] CacheCheck edited comment on SPARK-31218 at 3/25/20, 8:37 AM: -- I mean rdd

[jira] [Commented] (SPARK-31218) counts in BinaryClassificationMetrics should be cached

2020-03-25 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066474#comment-17066474 ] CacheCheck commented on SPARK-31218: I mean rdd {{counts}} belong in the lazy val block below

[jira] [Comment Edited] (SPARK-31217) Unnecessary persist on cumulativeCounts in BinaryClassificationMetrics

2020-03-22 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064333#comment-17064333 ] CacheCheck edited comment on SPARK-31217 at 3/22/20, 4:29 PM: -- Besides, I

[jira] [Commented] (SPARK-31217) Unnecessary persist on cumulativeCounts in BinaryClassificationMetrics

2020-03-22 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064333#comment-17064333 ] CacheCheck commented on SPARK-31217: Besides, I think we also should add persist() APIs in other

[jira] [Created] (SPARK-31218) counts in BinaryClassificationMetrics should be cached

2020-03-22 Thread CacheCheck (Jira)
CacheCheck created SPARK-31218: -- Summary: counts in BinaryClassificationMetrics should be cached Key: SPARK-31218 URL: https://issues.apache.org/jira/browse/SPARK-31218 Project: Spark Issue

[jira] [Created] (SPARK-31217) Unnecessary persist on cumulativeCounts in BinaryClassificationMetrics

2020-03-22 Thread CacheCheck (Jira)
CacheCheck created SPARK-31217: -- Summary: Unnecessary persist on cumulativeCounts in BinaryClassificationMetrics Key: SPARK-31217 URL: https://issues.apache.org/jira/browse/SPARK-31217 Project: Spark

[jira] [Created] (SPARK-31216) RDDs in GradientBoostedTress can be unpersisted earlier for saving memory

2020-03-22 Thread CacheCheck (Jira)
CacheCheck created SPARK-31216: -- Summary: RDDs in GradientBoostedTress can be unpersisted earlier for saving memory Key: SPARK-31216 URL: https://issues.apache.org/jira/browse/SPARK-31216 Project: Spark

[jira] [Commented] (SPARK-29878) Improper cache strategies in GraphX

2020-03-22 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064297#comment-17064297 ] CacheCheck commented on SPARK-29878: And I also find that newEdges.cache() in

[jira] [Updated] (SPARK-28781) Unneccesary persist in PeriodicCheckpointer.update()

2019-08-20 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] CacheCheck updated SPARK-28781: --- Description: Once the update is called, newData is persisted at line 82. However, only when the

[jira] [Updated] (SPARK-28781) Unneccesary persist in PeriodicCheckpointer.update()

2019-08-20 Thread CacheCheck (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] CacheCheck updated SPARK-28781: --- Description: Once the update is called, newData is persisted at line 82. However, only when the