Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0, 2.3.0
-
None
-
None
Description
Hello,
I've created a docker container to build Apache Projects. Within this I've built Apache Atlas and its all addons and tried to use Hive Hook.
I've tried with some varius versions
Hive Metastore Version | Atlas Version | Exception |
---|---|---|
4.0.0-alpha-1 | 3.0.0-SNAPSHOT | Exception in thread "main" java.lang.AbstractMethodError: Receiver class com.sun.jersey.api.uri.UriBuilderImpl does not define or inherit an implementation of the resolved method 'abstract javax.ws.rs.core.UriBuilder uri(java.lang.String)' of abstract class javax.ws.rs.core.UriBuilder. |
3.1.3 | 3.0.0-SNAPSHOT | Required table missing : "VERSION" in Catalog "" Schema "". DataNucleus requires this table to perform its persistence operations. Either your MetaData is incorrect, or you need to enable "datanucleus.schema.autoCreateTables" |
In addition to those, also I tried some others (HMS 3.1.3 with Atlas 2.3.0) but most of them give same exceptions with above.
In documentation I could not reach any compatibility matrix. If I missed that where can I find the matrix?
Exception occurs when I invoke import-hive.sh.
By the way all Hive Metastore tests for import-hive.sh are tried with both version of Hive; with Hive Server and HMS Standalone. Also I could not find differentiation in the documentation; can we integrated with both or just with Hiveserver Architecture of Hive?
Also I tried with the Open JDK 8 and Open JDK 11.
Maybe I'm missing some configuration or compatibility, so I just raised a test issue. If I'm missing something I can re-perform those tests.