lucidworks / hive-solr

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

HiveServer2 cannot fetch Ranger policy updates, when solr-hive-serde is added as UDF #66

Open hamvasaron opened 5 years ago

hamvasaron commented 5 years ago

solr-hive-serde has jersey-client packaged into it, which is not used by the serde, but will be added to the classpath, and this causes issues for HiveServer2 and Ranger.

I have created a pull request to resolve this issue: https://github.com/lucidworks/hive-solr/pull/65

Please, review it and let me know if it can be accepted as a solution to the problem.

hamvasaron commented 5 years ago

@ctargett, @gerlowskija, can you please take a look? Thanks