sorry, been behind on this. -1 packaging related.
that hadoop-3.4.2-lean.tar.gz file is actually a tar file. Took me a while to work this down as I just assumed my ant build script was at fault. file downloads/hadoop-3.4.2-RC2/hadoop-3.4.2-lean.tar.gz downloads/hadoop-3.4.2-RC2/hadoop-3.4.2-lean.tar.gz: POSIX tar archive I have verified that copying the right aws sdk version into tools/lib puts it on the classpath. Also found an NPE in the sequence new AzureBlobFileSystem().close() (i.e. no Initialize) Filed HADOOP-19650 for that Also, there's no sha512 of the ant lean stuff. Can't get https://dist.apache.org/repos/dist/dev/hadoop/3.4.2-RC2/hadoop-3.4.2-aarch64-lean.tar.gz.sha512 to downloads/incoming/hadoop-3.4.2-aarch64-lean.tar.gz.sha512 Actual binaries, maven artifacts, good. Parquet tests are failing with that buffer release logic which we have now made optional in our code (HADOOP`18296). I'm wondering if we should have parquet make vector read optional rather than on by default -but advise turning on for all cloud stores. Really unsure what to do there. On Thu, 14 Aug 2025 at 10:13, Ahmar Suhail <ah...@apache.org> wrote: > Hey all, > > Just a reminder about this. Would be great to get some votes in asap and > hopefully finalise 3.4.2. > > Thanks, > Ahmar > > On Thu, Aug 7, 2025 at 9:35 PM Ahmar Suhail <ah...@apache.org> wrote: > > > Hey all, > > > > RC2 for Hadoop 3.4.2 is now available for voting. > > > > There are a couple of things to note: > > > > 1/ We have ARM artifacts again! Thanks to Masatake and Wei-Chiu Chuang > for > > working on the fix. > > > > 2/ Relevant for anyone testing S3A: We've removed the AWS SDK bundle > > from hadoop-3.4.2.tar.gz. This is because the SDK bundle is now ~600MB, > > which makes the size of tar > 1GB, and it can no longer be uploaded to > SVN. > > For S3A, download SDK bundle v2.29.52 from: > > https://mvnrepository.com/artifact/software.amazon.awssdk/bundle/2.29.52 > , > > and drop it into /share/hadoop/common/lib. Release notes will be updated > > with these instructions. > > > > > > The RC is available at: > > > > https://dist.apache.org/repos/dist/dev/hadoop/3.4.2-RC2/ > > > > The git tag is release-3.4.2-RC2, commit > > e1c0dee881820a4d834ec4a4d2c70d0d953bb933 > > > > The maven artifacts are staged at: > > > > https://repository.apache.org/content/repositories/orgapachehadoop-1441 > > > > > > You can find my public key (02085AFB652F796A3B01D11FD737A6F52281FA98) at: > > > > https://dist.apache.org/repos/dist/release/hadoop/common/KEYS > > > > > > This release has been created off of branch-3.4. > > > > Thanks, > > Ahmar > > >