Repository: hadoop
Updated Branches:
refs/heads/YARN-1011 b5f99f752 -> c6870a1fd
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/c6870a1f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c6870a1f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c6870a1f
Branch: refs/heads/YARN-1011
Commit: c6870a1fd969bd1527dee9e80dd22fc766b31dae
Parents: b5f99f7
Author: Eric Yang <[email protected]>
Authored: Wed Jul 18 20:09:43 2018 -0400
Committer: Haibo Chen <[email protected]>
Committed: Mon Jul 30 09:31:13 2018 -0700
----------------------------------------------------------------------
dev-support/docker/Dockerfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c6870a1f/dev-support/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 369c606..a8c5c12 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -154,9 +154,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]