You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,7 +50,14 @@ RUN if [[ "${PRODUCT}" == "1.21.0" ]] ; then \
37
50
unzip /stackable/nifi-${PRODUCT}-bin.zip && \
38
51
rm /stackable/nifi-${PRODUCT}-bin.zip && \
39
52
# Remove generated docs in binary
40
-
rm -rf /stackable/nifi-${PRODUCT}/docs ; \
53
+
rm -rf /stackable/nifi-${PRODUCT}/docs && \
54
+
# Add Iceberg extensions as they are not included by default and are important enough
55
+
# They need to be build from source, as https://mvnrepository.com/artifact/org.apache.nifi/nifi-iceberg-processors-nar does not ship the org.apache.hadoop.fs.s3a.S3AFileSystem (see https://github.com/apache/nifi/pull/6368#issuecomment-1502175258)
56
+
# See https://repo.stackable.tech/repository/packages/nifi/iceberg-nars/README.md for details on how to build them
# This used to be located in /bin/stackable-bcrypt.jar. We create a softlink for /bin/stackable-bcrypt.jar in the main container for backwards compatibility.
@@ -56,7 +76,7 @@ RUN if [[ "${PRODUCT}" == "1.21.0" ]] ; then \
@@ -65,14 +85,6 @@ RUN if [[ "${PRODUCT}" == "1.21.0" ]] ; then \
65
85
rm -rf /stackable/nifi-${PRODUCT}/docs ; \
66
86
fi
67
87
68
-
# Add Iceberg extensions as they are not included by default and are important enough
69
-
# They need to be build from source, as https://mvnrepository.com/artifact/org.apache.nifi/nifi-iceberg-processors-nar does not ship the org.apache.hadoop.fs.s3a.S3AFileSystem (see https://github.com/apache/nifi/pull/6368#issuecomment-1502175258)
70
-
# See https://repo.stackable.tech/repository/packages/nifi/iceberg-nars/README.md for details on how to build them
0 commit comments