hive-solr icon indicating copy to clipboard operation
hive-solr copied to clipboard

Dependency conflict with newer Hive versions/Serde 2.3

Open edersonm opened this issue 6 years ago • 1 comments

Hey Guys this is a problem and a correction.

Just faced an issue regarding newer versions of Hive/Serde(Specially on AWS EMR).

org.apache.hadoop.hive.serde2.SerDe Interface is now deprecated and is no longer present in hive-serde jar (As of version 2.3). The fix is easy, just a matter of changing org.apache.hadoop.hive.serde2.SerDe to org.apache.hadoop.hive.serde2.AbstractSerDe on imports of FusionStorageHandler.java and LWStorageHandler.java. And to extend it on LWSerDe.java

Then recompile.

edersonm avatar Apr 01 '18 19:04 edersonm

Hive 2 is not expected to be supported until sometime this Summer.

ctargett avatar May 03 '18 20:05 ctargett