简体   繁体   中英

Missing Hive Processors In Nifi 1.19.1

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.

在此处输入图像描述

在此处输入图像描述

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM