Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Building off a discussion from NIFI-2448, it would be nice to have a set of Hive processors (at least PutHiveQL and SelectHiveQL) that work against Apache Hive 1.1. The discussion indicates that ConvertAvroToORC is not viable for this version of Hive, and it may be the case that PutHiveStreaming is not viable either).
This Jira proposes to add support for Apache Hive 1.1 via an isolated set of components, to include Hive_1_1ConnectionPool (via a Hive_1_1DBCPService interface), PutHive_1_1QL, and SelectHive_1_1QL.