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 st...@apache.org on 2019/02/28 12:15:07 UTC

[hadoop] branch branch-2.9 updated: HADOOP-16151. pip install pylint fails in branch-2.8 and branch-2.9.

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

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


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new af069b6  HADOOP-16151. pip install pylint fails in branch-2.8 and branch-2.9.
af069b6 is described below

commit af069b617c7eec5e5e9a4bef214dcd8cbe630ecc
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Feb 28 12:13:49 2019 +0000

    HADOOP-16151. pip install pylint fails in branch-2.8 and branch-2.9.
    
    Contributed by Akira Ajisaka.
---
 dev-support/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index f6dc6e4..da09fe0 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -122,6 +122,7 @@ RUN apt-get -q install --no-install-recommends -y bats
 ####
 # Install pylint
 ####
+RUN pip install isort==4.3.8
 RUN pip install pylint==1.9.2
 
 ####


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