While this RC is not going to be final, I just wanted to share the results of the testing I have done so far with RC1 and RC2.
* Signature: ok * Checksum : ok * Rat check (1.8.0_341): ok - mvn clean apache-rat:check * Built from source (1.8.0_341): ok - mvn clean install -DskipTests * Built tar from source (1.8.0_341): ok - mvn clean package -Pdist -DskipTests -Dtar -Dmaven.javadoc.skip=true * Built images using the tarball, installed and started all of Hdfs, JHS and Yarn components * Ran Hbase (latest 2.5) tests against Hdfs, ran RowCounter Mapreduce job * Hdfs CRUD tests * MapReduce wordcount job * Ran S3A tests with scale profile against us-west-2: mvn clean verify -Dparallel-tests -DtestsThreadCount=8 -Dscale ITestS3AConcurrentOps#testParallelRename is timing out after ~960s. This is consistently failing, looks like a recent regression. I was also able to repro on trunk, will create Jira. On Mon, Feb 27, 2023 at 9:59 AM Steve Loughran <ste...@cloudera.com.invalid> wrote: > Mukund and I have put together a release candidate (RC2) for Hadoop 3.3.5. > > We need anyone who can to verify the source and binary artifacts, > including those JARs staged on maven, the site documentation and the arm64 > tar file. > > The RC is available at: > https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.3.5-RC2/ > > The git tag is release-3.3.5-RC2, commit 72f8c2a4888 > > The maven artifacts are staged at > https://repository.apache.org/content/repositories/orgapachehadoop-1369/ > > You can find my public key at: > https://dist.apache.org/repos/dist/release/hadoop/common/KEYS > > Change log > https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.3.5-RC2/CHANGELOG.md > > Release notes > > https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.3.5-RC2/RELEASENOTES.md > > This is off branch-3.3 and is the first big release since 3.3.2. > > As to what changed since the RC1 attempt last week > > > 1. Version fixup in JIRA (credit due to Takanobu Asanuma there) > 2. HADOOP-18470. Remove HDFS RBF text in the 3.3.5 index.md file > 3. Revert "HADOOP-18590. Publish SBOM artifacts (#5281)" (creating build > issues in maven 3.9.0) > 4. HADOOP-18641. Cloud connector dependency and LICENSE fixup. (#5429) > > > Note, because the arm64 binaries are built separately on a different > platform and JVM, their jar files may not match those of the x86 > release -and therefore the maven artifacts. I don't think this is > an issue (the ASF actually releases source tarballs, the binaries are > there for help only, though with the maven repo that's a bit blurred). > > The only way to be consistent would actually untar the x86.tar.gz, > overwrite its binaries with the arm stuff, retar, sign and push out > for the vote. Even automating that would be risky. > > Please try the release and vote. The vote will run for 5 days. > > Steve and Mukund >