Repository: hadoop
Updated Branches:
refs/heads/branch-3.1 dfa71428e -> a607c02f1
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/a607c02f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a607c02f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a607c02f
Branch: refs/heads/branch-3.1
Commit: a607c02f15f6346d06dd2830737037f8556c7d89
Parents: dfa7142
Author: Eric Yang <[email protected]>
Authored: Wed Jul 18 20:09:43 2018 -0400
Committer: Eric Yang <[email protected]>
Committed: Wed Jul 18 20:11:39 2018 -0400
----------------------------------------------------------------------
dev-support/docker/Dockerfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/hadoop/blob/a607c02f/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]