From 6243c6af1a074abcf73157797826c05be8ac0e0d Mon Sep 17 00:00:00 2001 From: Jim Halfpenny <1987407+Jimvin@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:55:05 +0000 Subject: [PATCH] Add NiFi hadoop Azure and GCP libraries (#943) * Add dependencies for ABFS and ADLS to NiFi https://github.com/stackabletech/docker-images/issues/942 * Add dependencies for ADLS and GCP to NiFi https://github.com/stackabletech/docker-images/issues/942 * Updated CHANGELOG.md for PR #943 * Update CHANGELOG.md Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> * Updated CHANGELOG.md for PR #943 * chore: update changelog to move this into Unreleased --------- Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Co-authored-by: Nick Larsen --- CHANGELOG.md | 6 ++++++ nifi/Dockerfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b311356d..f4a58413 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 + +- nifi: Add NiFi hadoop Azure and GCP libraries ([#943]). + +[#943]: https://github.com/stackabletech/docker-images/pull/943 + ## [24.11.0] - 2024-11-18 ### Added diff --git a/nifi/Dockerfile b/nifi/Dockerfile index fb94a955..b513a240 100644 --- a/nifi/Dockerfile +++ b/nifi/Dockerfile @@ -45,7 +45,7 @@ RUN curl 'https://repo.stackable.tech/repository/m2/tech/stackable/nifi/stackabl patches/apply_patches.sh ${PRODUCT} && \ # Build NiFi cd /stackable/nifi-${PRODUCT}-src/ && \ - mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws && \ + mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws,include-hadoop-azure,include-hadoop-gcp && \ # Copy the binaries to the /stackable folder mv /stackable/nifi-${PRODUCT}-src/nifi-assembly/target/nifi-${PRODUCT}-bin/nifi-${PRODUCT} /stackable/nifi-${PRODUCT} && \ # Copy the SBOM as well