File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,10 @@ WORKDIR /build
9292RUN <<EOF
9393mkdir -p /stackable
9494
95+ # NiFI 1.x natively supports Iceberg, no need to build an iceberg-bundle for it
9596if [[ "${PRODUCT}" != 1.* ]] ; then
96- # curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/tags/v${NIFI_ICEBERG_BUNDLE}.tar.gz" | tar -xzC .
97- curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/heads/main.tar.gz" | tar -xzC .
98- # cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE}
99- cd nifi-iceberg-bundle-main
97+ curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/tags/${NIFI_ICEBERG_BUNDLE}.tar.gz" | tar -xzC .
98+ cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE}
10099
101100 mvn \
102101 --batch-mode \
You can’t perform that action at this time.
0 commit comments