Github user kanzhang commented on the pull request:
https://github.com/apache/spark/pull/1338#issuecomment-50202364
Just wanted to make sure my understanding is correct, calling
```RDD.first()``` doesn't materialize (read in) the full RDD, right? I saw a
```first``` being called within ```SerDeUtil.pairRDDToPython``` and was
wondering if I could ```unpersist``` the broadcasted Hadoop conf after that and
before returning from ```PythonRDD.sequenceFile```?
---
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.
---