Github user mateiz commented on the pull request:
https://github.com/apache/spark/pull/156#issuecomment-37789500
Hey Egor, this looks good, but a few comments:
* We should add a Java API method for it too, in JavaRDDLike.
Unfortunately, `toStream` will not be a good name there because Stream means
something else in the Java 8 collections library. Maybe we can rename this to
`toIterator` or `iterateLocally` and have it return an Iterator, even in Scala.
* Ideally this would be added to Python too, but if you don't want to do it
there, we can do it in a separate JIRA.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---