You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2018/06/25 19:07:00 UTC

[jira] [Created] (NIFI-5336) Remove hbase-server dependency from Hive 3 bundles

Matt Burgess created NIFI-5336:
----------------------------------

             Summary: Remove hbase-server dependency from Hive 3 bundles
                 Key: NIFI-5336
                 URL: https://issues.apache.org/jira/browse/NIFI-5336
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Matt Burgess


hbase-server-2.0.0.0-alpha4 is a dependency being transitively brought in by hive-jdbc in the Hive 3 processors module. That dependency is unnecessary for NiFi (as it is a client and does not need server dependencies), and its POM adds a local folder as a Maven repository, which causes the directory to be created at the top-level NiFi folder as well as the nifi-hive3-processors folder, which are also unnecessary.

Removing this dependency via explicit exclusion will reduce the size of the Hive 3 NAR as well as prevent the build from creating the unnecessary folders.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)