[
https://issues.apache.org/jira/browse/ARROW-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-12192.
----------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 99
[https://github.com/apache/arrow-site/pull/99]
> [Website] Use downloadable URL for archive download
> ---------------------------------------------------
>
> Key: ARROW-12192
> URL: https://issues.apache.org/jira/browse/ARROW-12192
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Website
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Fix For: 4.0.0
>
> Time Spent: 1h
> 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)