This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new bfeec47 HADOOP-16949. pylint fails in the build environment (#1926)
bfeec47 is described below
commit bfeec47759e0884725c7a05f6a9065d3d8c91a85
Author: Akira Ajisaka <[email protected]>
AuthorDate: Sat Apr 4 16:52:04 2020 +0900
HADOOP-16949. pylint fails in the build environment (#1926)
(cherry picked from commit e6455cc864d932469610e86644162fa324589067)
Conflicts:
dev-support/docker/Dockerfile_aarch64
(cherry picked from commit 11aff6c269fed38ba68dd69aaf17adba59a6fec8)
---
dev-support/docker/Dockerfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 2feca23..7e29fc8 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -181,7 +181,9 @@ RUN apt-get -q update \
# Install pylint at fixed version (2.0.0 removed python2 support)
# https://github.com/PyCQA/pylint/issues/2294
####
-RUN pip2 install pylint==1.9.2
+RUN pip2 install \
+ configparser==4.0.2 \
+ pylint==1.9.2
####
# Install dateutil.parser
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]