+1 (Binding) 1. Checked diff between repo (At 288b41c7c69075e587d071178a84ff6a06d346c9) and artifacts - OK 2. Checked signatures - OK 3. Verified the Checksum - OK 4. Built locally (Ubuntu 22.04.2 LTS | JDK 11.0.21 | Maven 3.6.3) - OK 5. Ran UTs - ERROR (Probably false alarm) 6. Ran checks - OK 7. Checked files for ASF headers - OK 8. Checked LICENSE & Notice files - OK
Thanks, - Sree Commands Used: 1. diff -qr ~/src/apache/tez tez-release-0.10.3-rc1 2. gpg --verify apache-tez-0.10.3-bin.tar.gz.asc apache-tez-0.10.3-bin.tar.gz - Good signature from Laszlo Bodor gpg --verify apache-tez-0.10.3-src.tar.gz.asc apache-tez-0.10.3-src.tar.gz - Good signature from Laszlo Bodor 3. sha512sum -b apache-tez-0.10.3-bin.tar.gz sha512sum -b apache-tez-0.10.3-src.tar.gz 4. mvn clean install -DskipTests 5. mvn test - Observed UT failure in tez-mapreduce - As others didn't observe, this might be a false alarm. [ERROR] TestMapProcessor.testMapProcessorProgress:251 Progress Updates should be captured! 6. mvn clean apache-rat:check 7. grep -RL -e "Licensed to the Apache Software Foundation" -e "Licensed under the Apache License" | grep -v -E "NOTICE|LICENSE|KEYS|.xml|.png|.json|.jshintrc" On 2024/01/22 13:53:01 László Bodor wrote: > Hi Team! > > I have created a tez-0.10.3 release candidate rc1. > GIT source tag: release-0.10.3-rc1 > <https://github.com/apache/tez/releases/tag/release-0.10.3-rc1> > (288b41c7c69075e587d071178a84ff6a06d346c9) > > Staging site: > https://dist.apache.org/repos/dist/dev/tez/apache-tez-0.10.3-rc1/ (svn > revision: 66743) > > PGP release keys (signed using 0x4ECA5CA5E303605A) > http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x4ECA5CA5E303605A > > KEYS file available at https://dist.apache.org/repos/dist/release/tez/KEYS > > One can look into the issues fixed in this release at: > https://issues.apache.org/jira/issues?jql=project%20%3D%20TEZ%20AND%20fixVersion%20%3D%200.10.3 > > The vote will be open for at least 72 hours (from Thursday) > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and the reason why) > > Regards, > Laszlo Bodor > Apache Tez PMC Chair >