Skip to content

Commit 362ef66

Browse files
sbernauerdervoeti
authored andcommitted
docs(nifi): Document the needed for packages (#1002)
1 parent 32f5dff commit 362ef66

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nifi/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,17 @@ ln -s /stackable/nifi-${PRODUCT} /stackable/nifi
8787

8888
microdnf update
8989

90-
# python-pip: Required to install nipyapi
90+
# python-pip: Required to install Python packages
91+
# Note: Python is also required for the Python processors (ExecuteScript and other for NiFi < 2.0 and custom Python processors for NiFi > 2.0)
9192
microdnf install \
9293
python-pip
9394

9495
microdnf clean all
9596
rm -rf /var/cache/yum
9697

97-
# The nipyapi is required for the ReportingTaskJob
98-
pip install --no-cache-dir nipyapi==0.19.1 && \
98+
# The nipyapi is required until NiFi 2.0.x for the ReportingTaskJob
99+
pip install --no-cache-dir \
100+
nipyapi==0.19.1
99101

100102
# For backwards compatibility we create a softlink in /bin where the jar used to be as long as we are root
101103
# This can be removed once older versions / operators using this are no longer supported

0 commit comments

Comments
 (0)