-
Notifications
You must be signed in to change notification settings - Fork 30
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
HWI does not work with hvie 0.12.0 #23
Comments
I noticed that the problem is that the hive 0.12.0 has a interface HiveHistory and a class HiveHistoryImpl, I was able to compile changing this, but now I get a nullPoniterException |
Could you show the stack info of null exception? |
Thanks for your reply, that is the error that I get when I try to run a query |
Getting the same with Hive 0.13.0. |
@padmalcom Try this branch: https://github.com/pensz/hwi/tree/fixissue23 . |
Not working, need to fix the issue with HiveHistory interface and HiveHistoryImpl |
bump. Has anyone managed to fix the problem with HiveHistoryImpl? |
We plan to fix it in next quarter. |
Hello, I'm trying to use hwi with hive 0.12.0 but I get this error when I try to run any query
Caused by: java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.hive.ql.history.HiveHistory, but class was expected
It was working perfectly with hive 0.11.0, any idea on how to fix this ?
Thanks
The text was updated successfully, but these errors were encountered: