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.
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 updatingmaster
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.