[jira] [Commented] (SPARK-15060) Fix stack overflow when executing long linage transform without checkpoint

2016-05-02 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266625#comment-15266625 ] Sean Owen commented on SPARK-15060: --- Yes, it's not recursive; it's a dependency graph.

[jira] [Commented] (SPARK-15060) Fix stack overflow when executing long linage transform without checkpoint

2016-05-02 Thread Zheng Tan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266601#comment-15266601 ] Zheng Tan commented on SPARK-15060: --- RDDs are linked by their dependencies: In the abov

[jira] [Commented] (SPARK-15060) Fix stack overflow when executing long linage transform without checkpoint

2016-05-02 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266549#comment-15266549 ] Sean Owen commented on SPARK-15060: --- What do you mean by recursive dependency, and what