Github user davies commented on the pull request:
https://github.com/apache/spark/pull/5173#issuecomment-93184039
@shaananc It works fine here:
```
Using Python version 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014 00:54:21)
SparkContext available as sc, SQLContext available as sqlContext.
>>> data = (1, 2)
>>> sc.parallelize(data).reduce(lambda a, b: a + b)
3
```
What's is your environment?
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]