Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/7241#issuecomment-120087554
  
    Oh, I have a suspicion as to what might be causing the failure in Jenkins: 
I think that Jenkins is running the run-tests script in an environment where a 
Python 3 installation is at the head of the PATH.  As a result, I think we 
might be using a Python 3.x version of `easy_install` to install `pylint`.  If 
you have a Python 3 installation on your machine, could you try to confirm this 
theory by exporting a PATH which puts that install's `bin` directory ahead of 
Python 2.x?
    
    If this is indeed the problem, then we can explore a few options to fix it: 
we can try to make sure that the lint checks also work for Python 3 or we can 
try to force the lint / style checker to only run on Python 2.


---
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]

Reply via email to