0

I have added some jar files to nifi lib folder to allow me to connect hive but unfortunately the nifi app not running in web , then I removed all the new jar files but the issue not fixed and I keep getting the following error (NIFI version 1.15.0)

ERROR [main] org.apache.nifi.NiFi Failure to launch NiFi due to java.lang.NoClassDefFoundError: org/apache/nifi/processor/DataUnit

1 Answers1

0

I did find this answer that seems to point to the need to have declared the file in the pom. Apache Nifi failure due to java.lang.NoClassDefFoundError in a local maven dependency jar.

Mike R
  • 464
  • 5
  • 16