[
https://issues.apache.org/jira/browse/SPARK-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Wendell updated SPARK-1259:
-----------------------------------
Assignee: Egor Pakhomov
> Make RDD locally iterable
> -------------------------
>
> Key: SPARK-1259
> URL: https://issues.apache.org/jira/browse/SPARK-1259
> Project: Spark
> Issue Type: New Feature
> Components: Spark Core
> Affects Versions: 0.9.1
> Reporter: Egor Pakhomov
> Assignee: Egor Pakhomov
> Priority: Minor
> Fix For: 1.0.0
>
>
> I've got big RDD(1gb) in yarn cluster. On local machine, which use this
> cluster I have only 512 mb. I'd like to iterate over values in RDD on my
> local machine. I can't use collect(), because it would create too big array
> locally which more then my heap. I need some iterative way.
--
This message was sent by Atlassian JIRA
(v6.2#6252)