This is an automated email from the ASF dual-hosted git repository.
jhung pushed a commit to branch branch-2-jhung-test
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2-jhung-test by this
push:
new 5fd64d7 HADOOP-15610. Fixed pylint version for Hadoop docker image.
Contributed by Jack Bearden
5fd64d7 is described below
commit 5fd64d736b9a82196b69468d59314325708e181a
Author: Eric Yang <[email protected]>
AuthorDate: Wed Jul 18 20:09:43 2018 -0400
HADOOP-15610. Fixed pylint version for Hadoop docker image.
Contributed by Jack Bearden
---
dev-support/docker/Dockerfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 8ceda07..23f8006 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -152,9 +152,10 @@ RUN apt-get -q update && apt-get -q install -y shellcheck
RUN apt-get -q update && apt-get -q install -y bats
####
-# Install pylint (always want latest)
+# Install pylint at fixed version (2.0.0 removed python2 support)
+# https://github.com/PyCQA/pylint/issues/2294
####
-RUN pip2 install pylint
+RUN pip2 install pylint==1.9.2
####
# Install dateutil.parser
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]