Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/14303
It seems fine with me too.
```bash
$ python
Python 2.7.10 (default, Oct 23 2015, 19:19:21)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyspark
>>> filter(lambda x: x == "accumulators", dir(pyspark))
['accumulators']
>>> pyspark.accumulators
<module 'pyspark.accumulators' from
.../spark/python/pyspark/accumulators.pyc'>
```
---
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]