Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency conflict with newer Hive versions/Serde 2.3 #43

Open
edersonm opened this issue Apr 1, 2018 · 1 comment
Open

Dependency conflict with newer Hive versions/Serde 2.3 #43

edersonm opened this issue Apr 1, 2018 · 1 comment
Labels
planned Work is planned for this issue in the next few months

Comments

@edersonm
Copy link

edersonm commented Apr 1, 2018

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.

@ctargett
Copy link
Contributor

ctargett commented May 3, 2018

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

@ctargett ctargett added the planned Work is planned for this issue in the next few months label May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned Work is planned for this issue in the next few months
Projects
None yet
Development

No branches or pull requests

2 participants