You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tianyi Wang (JIRA)" <ji...@apache.org> on 2018/03/22 21:16:00 UTC

[jira] [Resolved] (IMPALA-6682) Support hash function other than md5 in pypi download script

     [ https://issues.apache.org/jira/browse/IMPALA-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tianyi Wang resolved IMPALA-6682.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.12.0
                   Impala 3.0

> Support hash function other than md5 in pypi download script
> ------------------------------------------------------------
>
>                 Key: IMPALA-6682
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6682
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Infrastructure
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Tianyi Wang
>            Assignee: Tianyi Wang
>            Priority: Major
>             Fix For: Impala 3.0, Impala 2.12.0
>
>
> pip_download.py assumes the python repository to use md5 as the hash algorithm. On Mar 15, 2018 some traffic of [https://pypi.python.org|https://pypi.python.org/] is redirected to [https://pypi.org/simple|https://pypi.org/simple.], which uses sha-256. According to [PEP-503|https://www.python.org/dev/peps/pep-0503/] it could be any algorithm supported by python hashlib. We should change pip_download.py to support them. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)