GitHub user cocoatomo opened a pull request: https://github.com/apache/spark/pull/2759
[SPARK-3867] ./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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cocoatomo/spark issues/3867-unittest2-import-error Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/2759.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2759 ---- commit f068eb508c7f0e6991d296f4473eb754c7d5090f Author: cocoatomo <cocoatom...@gmail.com> Date: 2014-10-11T03:05:22Z [SPARK-3867] ./python/run-tests failed when it run with Python 2.6 and unittest2 is not installed ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org