From common-issues-return-154933-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Jul 19 00:12:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DADDA180636 for ; Thu, 19 Jul 2018 00:12:03 +0200 (CEST) Received: (qmail 98501 invoked by uid 500); 18 Jul 2018 22:12:02 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 98490 invoked by uid 99); 18 Jul 2018 22:12:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2018 22:12:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 53AE01A07CA for ; Wed, 18 Jul 2018 22:12:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id lxVDU3QHMJyL for ; Wed, 18 Jul 2018 22:12:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 790A75F3F0 for ; Wed, 18 Jul 2018 22:12:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 12D9FE1E11 for ; Wed, 18 Jul 2018 22:12:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 67E4B27144 for ; Wed, 18 Jul 2018 22:12:00 +0000 (UTC) Date: Wed, 18 Jul 2018 22:12:00 +0000 (UTC) From: "Eric Yang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-15610) Hadoop Docker Image Pip Install Fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-15610?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 548467#comment-16548467 ]=20 Eric Yang commented on HADOOP-15610: ------------------------------------ [~aw] Hadoop has very little python code. (3 files to be exact). The delt= a between Pylint 1.5 and 1.9 are the following new features: - generated-members - redefining-builtins-modules - unsupported-assignment-operation - unsupported-delete-operation - tailing-newlines - useless-super-delegations - used-prior-global-declaration in Python 3.6 syntax - python 3 eq-without-hash - lots of python 3 checks I don't think any of the existing python code requires any of the new featu= res. Tailing-newlines is probably the only feature that may be encountered= during the check, if the python files are modified in Hadoop source code. = I think this is still safer than using a pylint that fails encoding test, = and save quite a bit of time to recompile pylint with fluid dependencies th= at might change between purges of docker image cache. > Hadoop Docker Image Pip Install Fails > ------------------------------------- > > Key: HADOOP-15610 > URL: https://issues.apache.org/jira/browse/HADOOP-15610 > Project: Hadoop Common > Issue Type: Bug > Reporter: Jack Bearden > Assignee: Jack Bearden > Priority: Critical > Labels: docker, trunk > Attachments: HADOOP-15610.001.patch, HADOOP-15610.002.patch, HADO= OP-15610.003.patch, HADOOP-15610.004.patch, HADOOP-15610.005.patch > > > The Hadoop Docker image on trunk does not build. The pip package on the U= buntu Xenial repo is out of date and fails=C2=A0by throwing the following e= rror when attempting to install pylint: > "You are using pip version 8.1.1, however version 10.0.1 is available" > The following patch fixes this issue. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org