kou commented on pull request #101:
URL: https://github.com/apache/arrow-site/pull/101#issuecomment-818439914
> for past releases
You mean that users who already installed 3.0.0 or earlier need to do
something like this, right?
Yes. They need to update repository URL manually. They need to do one of the
followings:
* `sed -i'' -e
's,https://apache.bintray.com/,https://apache.jfrog.io/artifactory/,g'
/etc/apt/sources.list.d/apache-arrow.sources` for APT users
* `sed -i'' -e
's,https://apache.bintray.com/,https://apache.jfrog.io/artifactory/,g'
/etc/yum.repos.d/Apache-Arrow.repo` for Yum users
* Install `apache-arrow-apt-source`/`apache-arrow-release` 4.0.0 or later
We can advertise apache.jfrog.io/artifactory URL with `sed ...` workaround
now. We can update the install instructions when we release
`apache-arrow-apt-source`/`apache-arrow-release` 4.0.0.
Do you want me to add the workarounds to this branch?
--
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]