Missing Hive Processors In Nifi 1.19.1

397 views Asked by At

I downloaded the latest Nifi version. i was able to connect nifi to an oracle database and it works fine. However, i need to connect nifi to hive, my problem is i cant find any processors related to hive. There is no SelectHiveQL processor and no PutHiveQL processor or any processor related to hive at all. not even the controller services for hive is found.

enter image description here

enter image description here

Am I doing anything wrong? I just need to connect Nifi to hive and i can't find the processors responsible for this.

Please help.

Thanks in advance

1

There are 1 answers

3
tonykoval On

Check a Developer Guide

Apache Hive 1.1 Bundle include-hive1_1 Adds support for Apache Hive 1.1.X

Apache Hive 3 Bundle include-hive3 Adds support for Apache Hive 3.X

The following command is used to generate a standard binary distribution of Apache NiFi: mvn clean install -Pinclude-grpc,contrib-check

You should build NiFi: mvn clean install -Pinclude-hive3,include-hive1_1