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)

Reply via email to