Github user scwf commented on the pull request:
https://github.com/apache/spark/pull/2759#issuecomment-61287676
I think you are right
``` JackydeMacBook-Pro:~ jackylee$ which python2.6
/usr/bin/python2.6
JackydeMacBook-Pro:~ jackylee$ python2.6
Python 2.6.9 (unknown, Sep 9 2014, 15:05:12)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import unittest2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named unittest2
>>>
JackydeMacBook-Pro:~ jackylee$ python
Python 2.7.6 (default, Sep 9 2014, 15:04:36)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
```
---
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]