diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ff2a586..8310777 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.1 -B verify + run: mvn -P hadoop-3.4.2 -B verify - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@bb3f7338b5bd0e3b225d8082e26b7b6289e17ef3 # v4.1.0 with: - maven-args: -P hadoop-3.4.1 + maven-args: -P hadoop-3.4.2 diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 47e3714..6d575bf 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: reviewdog/action-detect-secrets@84a331098c48fc892be9af5656f798d0f5f79d81 # v0.25.0 + - uses: reviewdog/action-detect-secrets@7a58df110a56c350091ce195aaf7f11ab1d5eda7 # v0.29.1 with: github_token: ${{ secrets.github_token }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f8246..a714599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- Add build profile for `3.4.2` ([#56]). + +[#56]: https://github.com/stackabletech/hdfs-utils/pull/56 + ## [0.4.1] - 2025-03-11 ### Added diff --git a/README.md b/README.md index d21336d..f277d20 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ 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, 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. +Currently you can compile hdfs-utils against Hadoop 3.3.6, 3.4.1 or 3.4.2. You need to specify the version by activating either the `hadoop-3.3.6`, `hadoop-3.4.1` or the `hadoop-3.4.2` profile below. -Run `mvn clean package -P hadoop-3.4.0` and put the resulting `target/hdfs-utils-*.jar` file on your HDFS classpath. +Run e.g. `mvn clean package -P hadoop-3.4.2` 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/`. The Stackable HDFS already takes care of this, you don't need to do anything in this case. diff --git a/pom.xml b/pom.xml index 2126b63..fe67edc 100644 --- a/pom.xml +++ b/pom.xml @@ -294,16 +294,7 @@ - hadoop-3.3.4 - - 3.3.4 - - 1.7.36 - 2.12.7.1 - - - - hadoop-3.4.0 + hadoop-3.4.1 - 3.4.0 - + 3.4.1 + 1.7.36 2.12.7.1 - hadoop-3.4.1 + hadoop-3.4.2 - 3.4.1 - + 3.4.2 + 1.7.36 2.12.7.1