kou commented on issue #42128:
URL: https://github.com/apache/arrow/issues/42128#issuecomment-2164117335
Yes. We need to update all CentOS based repositories.
FYI: We can use one `sed` for it:
```bash
sed -i \
-e 's/.../.../g` \
-e 's/.../.../g` \
... \
/etc/yum.repos.d/*.repo
```
> However, when I try to install all the packages we need for the job, I
find we're missing some:
>
> ```
> Error: Unable to find a match: ccache json-devel re2-devel rapidjson-devel
thrift-devel
> ```
I think EPEL provides them. So we may need some adjustments for EPEL too.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]