File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,17 @@ ln -s /stackable/nifi-${PRODUCT} /stackable/nifi
8787
8888microdnf 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)
9192microdnf install \
9293  python-pip
9394
9495microdnf clean all
9596rm -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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments