Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As long as we continue to support Python 2.6 in PySpark, Jenkins should test with Python 2.6.
We could downgrade the system Python to 2.6, but it might be easier / cleaner to install 2.6 alongside the current Python and export PYSPARK_PYTHON=python2.6 in the test runner script.
Attachments
Attachments
Issue Links
- relates to
-
SPARK-2101 Python unit tests fail on Python 2.6 because of lack of unittest.skipIf()
- Resolved
- links to