eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IllegalAccessError with hbase-driver and guava

jfelipeoliveira90 opened this issue · comments

The hbase-client uses dependencies that conflict with the newer versions of guava, as detailed: http://stackoverflow.com/questions/36427291/illegalaccesserror-to-guavas-stopwatch-from-org-apache-hadoop-mapreduce-lib-inp

To resolve this problem, you must add the latest hadoop-mapreduce-client-core dependency in the project pom.

Hey @jfelipeoliveira90
I removed the guava dependency to use Standard JSON.
Could you check if that ok now, please?
https://github.com/eclipse/jnosql-diana-driver/issues/29

If the error persists, please, let us know and reopen this issue.

Thanks