You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2020/07/09 03:21:02 UTC

[hadoop] branch branch-3.3 updated: HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 7522b44  HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)
7522b44 is described below

commit 7522b440671144b4ad4dbb50df681860a7bd3e9e
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Thu Jul 9 11:35:52 2020 +0900

    HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)
    
    
    (cherry picked from commit 53cfe6090419649dde18e3bf0d6ff757f76d716f)
---
 dev-support/docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 5aa0b65..1c2a5d5 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -168,7 +168,8 @@ RUN apt-get -q update \
 ####
 RUN pip2 install \
     configparser==4.0.2 \
-    pylint==1.9.2
+    pylint==1.9.2 \
+    isort==4.3.21
 
 ####
 # Install dateutil.parser


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org