From c85b80018bb4c9ddc7840bd96b477885ae655336 Mon Sep 17 00:00:00 2001 From: Viraj Jasani Date: Mon, 16 May 2022 07:34:39 -0700 Subject: [PATCH] HADOOP-18228. Update hadoop-vote to use HADOOP_RC_VERSION dir (#4272) Signed-off-by: stack@apache.org --- dev-support/hadoop-vote.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-support/hadoop-vote.sh b/dev-support/hadoop-vote.sh index 3d381fb0b4..825e776fab 100755 --- a/dev-support/hadoop-vote.sh +++ b/dev-support/hadoop-vote.sh @@ -189,6 +189,8 @@ pushd "${OUTPUT_DIR}" download_and_import_keys download_release_candidate +pushd "${HADOOP_RC_VERSION}" + execute verify_signatures execute verify_checksums execute unzip_from_source @@ -196,6 +198,7 @@ execute rat_test execute build_from_source execute build_tar_from_source +popd popd print_when_exit