kou commented on issue #46: ARROW-7909: [Website] Fix download URL for CentOS 6/7 URL: https://github.com/apache/arrow-site/pull/46#issuecomment-589927175 We need to install EPEL manually on Red Hat Enterprise Linux: https://fedoraproject.org/wiki/EPEL ```bash sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ``` So we need to add a section for Red Hat Enterprise Linux like we did for Amazon Linux 2 instead of reusing CentOS 6/7 section. `snappy` package doesn't exist on Red Hat Enterprise Linux 7... ```console $ sudo yum install -y --enablerepo=epel arrow-devel ... Error: Package: arrow-libs-0.16.0-1.el7.x86_64 (apache-arrow-rhel) Requires: libsnappy.so.1()(64bit) Error: Package: arrow-libs-0.16.0-1.el7.x86_64 (apache-arrow-rhel) Requires: snappy ... ``` How did you solve this `snappy` problem on Red Hat Enterprise Linux?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
