From b190d7a2751a0ff3bf36c28cf9e686d8bf880376 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 11 Mar 2025 16:59:21 +0100 Subject: [PATCH 1/5] chore: Add profile for hadoop 3.4.1 --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index a52ae8b..e2d6b73 100644 --- a/pom.xml +++ b/pom.xml @@ -317,5 +317,20 @@ 2.12.7.1 + + hadoop-3.4.1 + + + 3.4.1 + + 1.7.36 + 2.12.7.1 + + From 9a730525edf4144a5913638e2d26f6890aa1085d Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 11 Mar 2025 17:05:38 +0100 Subject: [PATCH 2/5] chore: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dce62c..3d8e7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- Add build profile for ([#54]). + ### Changed - Update registry references to oci ([#53]). [#53]: https://github.com/stackabletech/hdfs-utils/pull/53 +[#54]: https://github.com/stackabletech/hdfs-utils/pull/54 ## [0.4.0] - 2024-11-05 From 467e80fa2b86cacaaadc8c6b879aa6301094a979 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 11 Mar 2025 17:05:44 +0100 Subject: [PATCH 3/5] chore: Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeb0a9c..d21336d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project contains multiple plugins for Apache Hadoop, which are intended to ## Installation -Currently you can compile hdfs-utils against Hadoop 3.3.4, 3.3.6 or 3.4.0. You need to specify the version by activating either the `hadoop-3.3.4`, `hadoop-3.3.6` or the `hadoop-3.4.0` profile below. +Currently you can compile hdfs-utils against Hadoop 3.3.4, 3.3.6, 3.4.0 or 3.4.1. You need to specify the version by activating either the `hadoop-3.3.4`, `hadoop-3.3.6`, `hadoop-3.4.0` or the `hadoop-3.4.1` profile below. Run `mvn clean package -P hadoop-3.4.0` and put the resulting `target/hdfs-utils-*.jar` file on your HDFS classpath. The easiest way to achieve this is to put it in the directory `/stackable/hadoop/share/hadoop/tools/lib/`. From 89c90faa114c29dfa744619bca67b23499b24eaf Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:25:55 +0100 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Sebastian Bernauer --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8e7b4..654dacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Add build profile for ([#54]). +- Add build profile for `3.4.1` ([#54]). ### Changed From 13b668b132be579c26bc0c7745a765ba940bfc01 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 11 Mar 2025 17:41:43 +0100 Subject: [PATCH 5/5] ci: update profile version --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e89c391..ff2a586 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,8 +26,8 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -P hadoop-3.4.0 -B verify + run: mvn -P hadoop-3.4.1 -B verify - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@bb3f7338b5bd0e3b225d8082e26b7b6289e17ef3 # v4.1.0 with: - maven-args: -P hadoop-3.4.0 + maven-args: -P hadoop-3.4.1