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

2019-11-10 Thread Dong Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Wang updated SPARK-28781: -- Description: Once the fuction _update()_ is called, the RDD _newData_ is persisted at line 82.

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

2019-09-23 Thread holdenk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] holdenk updated SPARK-28781: Issue Type: Improvement (was: Bug) > Unneccesary persist in PeriodicCheckpointer.update() >

[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

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

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