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

Neal Richardson resolved ARROW-12193.
-------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 9885
[https://github.com/apache/arrow/pull/9885]

> [Dev][Release] Use downloadable URL for archive download
> --------------------------------------------------------
>
>                 Key: ARROW-12193
>                 URL: https://issues.apache.org/jira/browse/ARROW-12193
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Developer Tools
>            Reporter: Kouhei Sutou
>            Assignee: Kouhei Sutou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> https://www.apache.org/dyn/closer.lua/arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
>  shows a page that shows mirror URL. Users need to click download link in the 
> page. It's inconvenient. We can use {{wget}} or {{curl}} with the URL in our 
> install page.
> We can use 
> https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
>  with {{wget}} or {{curl}}:
> {noformat}
> wget --content-disposition 
> https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
> curl -L -O 
> https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz
> {noformat}



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

Reply via email to