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:06 UTC

[hadoop] branch branch-2.8 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.8
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit ca68fb3e86eda133ec4b805cc5ec0edeed213ccc
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Feb 28 12:14:53 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 3266e1c..1d62541 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -115,6 +115,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