kou commented on a change in pull request #10786:
URL: https://github.com/apache/arrow/pull/10786#discussion_r675936257
##########
File path: dev/release/verify-yum.sh
##########
@@ -58,6 +57,8 @@ case "${distribution}-${distribution_version}" in
have_gandiva=no
have_python=no
install_command="yum install -y"
+ distribution_prefix="amazon-linux"
+ amazon-linux-extras install epel -y
Review comment:
This addition is always executed with all `TYPE`s and
https://github.com/apache/arrow/blob/master/dev/release/verify-yum.sh#L92 is
executed only with `${TYPE} = "local"`. So
https://github.com/apache/arrow/blob/master/dev/release/verify-yum.sh#L92 is
needless by this addition.
--
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]