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

Upgrade to work with Hive 0.10.0 [PATCH] #15

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 0 comments
Open

Upgrade to work with Hive 0.10.0 [PATCH] #15

GoogleCodeExporter opened this issue Apr 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use this serde with Hive 0.10.0

What is the expected output? What do you see instead?
I'd like it to work, but naturally it doesn't since Hive APIs have changed 
slightly for 0.10.0.


What version of the product are you using? On what operating system?
Hive 0.10.0

I've attached a simple patch that allows me to use this serde in 0.10.0.

Sorry, I'm a git person so the patch came from git. But the diff is simple 
enough to be applied manually if necessary. The API differences are largely 
cosmetic and the new method added is a no-op since implementation of that 
method is optional (and ignored even for some of the native Hive serdes 
themselves).

Note, this patch omits the upgrading of the lib/*.jar files. I upgraded the 
following jar files (note I'm a Cloudera user, so I'm using CDH 4.2.0 jars):

* lib/hadoop-0.20.1-core.jar -> lib/hadoop-common-2.0.0-cdh4.2.0.jar
* lib/hive_serde.jar -> lib/hive-serde-0.10.0-cdh4.2.0.jar

Original issue reported on code.google.com by [email protected] on 3 May 2013 at 9:05

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant