GitHub user Stibbons opened a pull request:
https://github.com/apache/spark/pull/14963
[SPARK-16992][PYSPARK] Reenable Pylint
Use a virtualenv for isolation and easy installation.
This basically reverts 85a50a6352b72c4619d010e29e3a76774dbc0c71
Might have been a solution to SPARK-9385.
Lot of new test disabled. I propose to fix issues in various pull requests
(obviously most 'import' order errors should be fixed by my other pull requests
such as #14830 for documentation examples, which is part of the effort on code
style described in #14567). Each subsequent pull request will fix one or more
error and reenable the according pylint check.
## How was this patch tested?
Manual execution of ```lint-python``` on my machine.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Stibbons/spark venv-pep8-pylint
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14963.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 #14963
----
commit e0ad40aa28db67b60734cc175a525d2ac9e74d6f
Author: Gaetan Semet <[email protected]>
Date: 2016-09-05T16:05:53Z
[SPARK-16992][PYSPARK] Reenable Pylint
Use a virtualenv for isolation and easy installation.
This basically reverts 85a50a6352b72c4619d010e29e3a76774dbc0c71
Might have been a solution to SPARK-9385.
Lot of new test disabled. I propose to fix issues in various
pull requests (obviously most 'import' order errors should be
fixed by my other pull requests such as #14830 for documentation
examples, which is part of the effort on code style described
in #14567). Each subsequent pull request will fix one or more
error and reenable the according pylint check.
Signed-off-by: Gaetan Semet <[email protected]>
----
---
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]