[jira] [Closed] (SPARK-14064) count method of RDD doesn't take action

2016-03-22 Thread Jian Chen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jian Chen closed SPARK-14064. - Resolution: Fixed > count method of RDD doesn't take action > --- >

[jira] [Commented] (SPARK-14064) count method of RDD doesn't take action

2016-03-22 Thread Jian Chen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15205994#comment-15205994 ] Jian Chen commented on SPARK-14064: --- I should sort the key before zipWithIndex as the memory occupied

[jira] [Updated] (SPARK-14064) count method of RDD doesn't take action

2016-03-22 Thread Jian Chen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jian Chen updated SPARK-14064: -- Description: I have some unique keys stored as RDD[Int] , then I use zipWithIndex to give an unique

[jira] [Updated] (SPARK-14064) count method of RDD doesn't take action

2016-03-22 Thread Jian Chen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jian Chen updated SPARK-14064: -- Summary: count method of RDD doesn't take action (was: count method of RDD don't take action) >

[jira] [Created] (SPARK-14064) count method of RDD don't take action

2016-03-22 Thread Jian Chen (JIRA)
Jian Chen created SPARK-14064: - Summary: count method of RDD don't take action Key: SPARK-14064 URL: https://issues.apache.org/jira/browse/SPARK-14064 Project: Spark Issue Type: Bug