Skip to content

Commit

Permalink
Add NiFi hadoop Azure and GCP libraries (#943)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent 86f712a commit 6243c6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6243c6a

Please sign in to comment.