lucidworks / hive-solr

Code to index Hive tables to Solr and Solr indexes to Hive
Apache License 2.0
47 stars 34 forks source link

LWSHADOOP-565: Upgrade `hive-solr` to Hive 3 #49

Closed gerlowskija closed 6 years ago

gerlowskija commented 6 years ago

Hive 3 has been out for some time now, leaving hive-solr two major versions behind much of the Hive/Hadoop community. This commit fixes by updating master to support the much more modern Hive 3.0.0.

Our Hive integration tests usually rely on the HiveRunner package. Unfortunately HiveRunner doesn't support Hive3 yet. So as part of supporting and testing against Hive3, this commit relies on a modified HiveRunner jar which does have support for Hive3. Adding this large binary file to the repo is painful, and it should be removed from the repo as soon as a HiveRunner artifact supporting Hive3 is available.