You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/11/23 15:02:01 UTC

[nifi] branch main updated: NIFI-9392 PutHive3Streaming processor throws java.lang.NoClassDefFoundError on startup

This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new f28e755  NIFI-9392 PutHive3Streaming processor throws java.lang.NoClassDefFoundError on startup
f28e755 is described below

commit f28e755bc302e83cbdc446da27fa23e76ba796b3
Author: Robert Kalmar <rk...@cloudera.com>
AuthorDate: Fri Nov 19 08:51:15 2021 +0100

    NIFI-9392 PutHive3Streaming processor throws java.lang.NoClassDefFoundError on startup
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #5536
---
 nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
index 2be4ed6..2e66148 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
@@ -158,6 +158,10 @@
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>hadoop-common</artifactId>
+                    <groupId>org.apache.hadoop</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>