You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/12/13 21:19:53 UTC

[nifi] branch support/nifi-1.15 updated: Revert "NIFI-9392 PutHive3Streaming processor throws java.lang.NoClassDefFoundError on startup"

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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.15 by this push:
     new 8f90e9e  Revert "NIFI-9392 PutHive3Streaming processor throws java.lang.NoClassDefFoundError on startup"
8f90e9e is described below

commit 8f90e9efc01d6314bc30a2419e3c2c3990461cbb
Author: Joe Witt <jo...@apache.org>
AuthorDate: Mon Dec 13 14:19:27 2021 -0700

    Revert "NIFI-9392 PutHive3Streaming processor throws java.lang.NoClassDefFoundError on startup"
    
    This commit on 1.16 isn't quite ready so removing from the 1.15.1 release
    
    This reverts commit 8581799f78dadfe81bac1b6a66438e51c017e6d6.
---
 nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

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 f950604..3428b89 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,10 +158,6 @@
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
-                <exclusion>
-                    <artifactId>hadoop-common</artifactId>
-                    <groupId>org.apache.hadoop</groupId>
-                </exclusion>
             </exclusions>
         </dependency>
         <dependency>