HADOOP-18228. Update hadoop-vote to use HADOOP_RC_VERSION dir (#4272)

Signed-off-by: stack@apache.org
This commit is contained in:
Viraj Jasani 2022-05-16 07:34:39 -07:00 committed by GitHub
parent 931abbd927
commit c85b80018b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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