cocoatomo
authored
[SPARK-3867][PySpark] ./python/run-tests failed when it run with Python 2.6 and unittest2 is not installed ./python/run-tests search a Python 2.6 executable on PATH and use it if available. When using Python 2.6, it is going to import unittest2 module which is not a standard library in Python 2.6, so it fails with ImportError. Author: cocoatomo <cocoatomo77@gmail.com> Closes #2759 from cocoatomo/issues/3867-unittest2-import-error and squashes the following commits: f068eb5 [cocoatomo] [SPARK-3867] ./python/run-tests failed when it run with Python 2.6 and unittest2 is not installed
Name | Last commit | Last update |
---|---|---|
.. | ||
__init__.py | ||
classification.py | ||
clustering.py | ||
feature.py | ||
linalg.py | ||
random.py | ||
recommendation.py | ||
regression.py | ||
stat.py | ||
tests.py | ||
tree.py | ||
util.py |