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

Remove Jersey from dependencies #65

Open hamvasaron opened 5 years ago

hamvasaron commented 5 years ago

When the solr-hive-serde is added as UDF to Hive, HiveServer2 fails to communicate with Ranger, and cannot download updated Ranger policies. This is due to a conflict caused by having com.sun.jersey:jersey-client transitive dependency packed in the serde jar. Since jersey-client is not used by solr-hive-serde, it could be excluded from the transitive dependencies.