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 "Quanlong Huang (Jira)" <ji...@apache.org> on 2019/11/12 03:21:00 UTC

[jira] [Commented] (IMPALA-9078) Improve Build Time in China

    [ https://issues.apache.org/jira/browse/IMPALA-9078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16972024#comment-16972024 ] 

Quanlong Huang commented on IMPALA-9078:
----------------------------------------

For downloading python dependencies, Chinese developers can use Aliyun miror by exporting PYPI_MIRROR=[http://mirrors.aliyun.com/pypi] or add these in ~/.pip/pip.conf:
{code:java}
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host = mirrors.aliyun.com {code}

> Improve Build Time in China
> ---------------------------
>
>                 Key: IMPALA-9078
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9078
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Major
>
> Investigate how to improve the build time in China. Most of the build time spends in downloading dependencies. It's possible to take several hours and usually fail in downloading something.
> For maven dependencies, it's suggested for Chinese developers to use Aliyun repo by adding this in your ~/.m2/settings.xml
> {code:java}
> <?xml version="1.0" encoding="UTF-8"?>
> <settings>
>     <mirrors>
>         <mirror>
>             <id>alimaven</id>
>             <name>aliyun maven</name>
>             <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
>             <mirrorOf>central</mirrorOf>
>         </mirror>
>     </mirrors>
> </settings>{code}
> Still need to figure out how to improve the download from [https://pypi.python.org|https://pypi.python.org/] and [https://native-toolchain.s3.amazonaws.com|https://native-toolchain.s3.amazonaws.com/] .



--
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