You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "guojingfeng (Jira)" <ji...@apache.org> on 2020/08/19 08:34:00 UTC

[jira] [Created] (IMPALA-10093) pip_download.py can not detect system proxy correctly

guojingfeng created IMPALA-10093:
------------------------------------

             Summary: pip_download.py can not detect system proxy correctly
                 Key: IMPALA-10093
                 URL: https://issues.apache.org/jira/browse/IMPALA-10093
             Project: IMPALA
          Issue Type: Improvement
            Reporter: guojingfeng


When build impala from source in Company Internal network, `pip_download.py` failed to download dependency eggs from https endpoint Although correctly set system proxy like http_proxy, https_proxy, no_proxy

The documentation for urllib2 says that: 
{quote}Note Currently urllib2 does not support fetching of https locations through a proxy. However, this can be enabled by extending urllib2 as shown in the recipe 7.
{quote}
[https://docs.python.org/2/howto/urllib2.html#proxies]

 

After some research, i found that curl works well with this. Is it feasible to replace urllib with curl?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org