[
https://issues.apache.org/jira/browse/ARROW-14446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433487#comment-17433487
]
Benson Muite commented on ARROW-14446:
--------------------------------------
Cent OS 8
{code:java}
dnf update
dnf -y install dnf-plugins-core
dnf upgrade
dnf config-manager --set-enabled powertools
dnf update
dnf -y install
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf -y install ninja-build libcurl-devel python3-pip cmake git libffi-devel
dnf -y groupinstall "Development Tools"
dnf module enable llvm-toolset
dnf module install llvm-toolset
dnf -y install openssl-devel maven java-1.8.0-openjdk-devel llvm-devel
gobject-introspection-devel
dnf install -y yum-utils
dnf yum-config-manager --add-repo
https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce docker-ce-cli containerd.io
systemctl start docker
systemctl enable docker
wget https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.2.tar.gz
tar -xvf ruby-3.0.2.tar.gz
cd ruby-3.0.2/
./configure
make -j4
make install
cd ..
git clone https://github.com/apache/arrow
cd arrow/
pip3 install -e dev/archery
bash dev/release/verify-release-candidate.sh source 6.0.0 3
{code}
> [Docs] Update documentation on verification of release candidates
> -----------------------------------------------------------------
>
> Key: ARROW-14446
> URL: https://issues.apache.org/jira/browse/ARROW-14446
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Documentation
> Reporter: Benson Muite
> Priority: Minor
>
> Documentation on verifying release candidates is dated:
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> * Update Ubuntu version to at least 16 if not 18
> * Ensure LLVM is installed, for example following https://apt.llvm.org/
> * Consider using OpenJDK rather than Oracle JDK.
> * Add information for GO
> * Add information for Rust
> * Add information for R
--
This message was sent by Atlassian Jira
(v8.3.4#803005)