Taeke created ARROW-7909:
----------------------------
Summary: Example URL in documentation does not resolve correctly
Key: ARROW-7909
URL: https://issues.apache.org/jira/browse/ARROW-7909
Project: Apache Arrow
Issue Type: Bug
Components: Documentation
Environment: Red Hat Enterprise Linux Server 7.6 (Maipo)
Reporter: Taeke
On the installation page for Arrow:
https://arrow.apache.org/install/
it says for *CentOS 6 and 7*:
{code:sh}
sudo yum install -y https://apache.bintray.com/arrow/centos/$(cut -d: -f5
/etc/system-release-cpe)/apache-arrow-release-latest.rpm
{code}
That results in an invalid URL. The download is at:
https://apache.bintray.com/arrow/centos/7/apache-arrow-release-latest.rpm
not:
https://apache.bintray.com/arrow/centos/7.6/apache-arrow-release-latest.rpm
--
This message was sent by Atlassian Jira
(v8.3.4#803005)