Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0 6e0db6fe1 -> 177620897


HADOOP-15610.  Fixed pylint version for Hadoop docker image.
               Contributed by Jack Bearden

(cherry picked from commit ba1ab08fdae96ad7c9c4f4bf8672abd741b7f758)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/17762089
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/17762089
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/17762089

Branch: refs/heads/branch-3.0
Commit: 1776208977da7398847ac5c67de032b2c450f990
Parents: 6e0db6f
Author: Eric Yang <[email protected]>
Authored: Wed Jul 18 20:09:43 2018 -0400
Committer: bibinchundatt <[email protected]>
Committed: Thu Jul 19 12:09:10 2018 +0530

----------------------------------------------------------------------
 dev-support/docker/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/17762089/dev-support/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 6d05fe1..e1aa00f 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -151,9 +151,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]

Reply via email to