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-771: Shade 'jline' to prevent beeline conflict #59

Closed gerlowskija closed 6 years ago

gerlowskija commented 6 years ago

Prior to this commit, when our SerDe was loaded by Hive at boottime via the hive.aux.jars.path option, some older jline classes in the serde conflicted with a later version of jline used by hive.

This commit shades our internal use of jline, to avoid this conflict.