Skip to content

Commit 6243c6a

Browse files
JimvinNickLarsenNZ
andauthored
Add NiFi hadoop Azure and GCP libraries (#943)
* Add dependencies for ABFS and ADLS to NiFi #942 * Add dependencies for ADLS and GCP to NiFi #942 * Updated CHANGELOG.md for PR #943 * Update CHANGELOG.md Co-authored-by: Nick <[email protected]> * Updated CHANGELOG.md for PR #943 * chore: update changelog to move this into Unreleased --------- Co-authored-by: Nick <[email protected]> Co-authored-by: Nick Larsen <[email protected]>
1 parent 86f712a commit 6243c6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- nifi: Add NiFi hadoop Azure and GCP libraries ([#943]).
10+
11+
[#943]: https://github.com/stackabletech/docker-images/pull/943
12+
713
## [24.11.0] - 2024-11-18
814

915
### Added

nifi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN curl 'https://repo.stackable.tech/repository/m2/tech/stackable/nifi/stackabl
4545
patches/apply_patches.sh ${PRODUCT} && \
4646
# Build NiFi
4747
cd /stackable/nifi-${PRODUCT}-src/ && \
48-
mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws && \
48+
mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws,include-hadoop-azure,include-hadoop-gcp && \
4949
# Copy the binaries to the /stackable folder
5050
mv /stackable/nifi-${PRODUCT}-src/nifi-assembly/target/nifi-${PRODUCT}-bin/nifi-${PRODUCT} /stackable/nifi-${PRODUCT} && \
5151
# Copy the SBOM as well

0 commit comments

Comments
 (0)