Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
None
Description
The following was first observed in the test output of rest.TestDeleteRow against hadoop3:
java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate Caused by: java.lang.ClassNotFoundException: com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
This was due to the following transitive dependency on jersey 1.19:
[INFO] +- org.apache.hbase:hbase-testing-util:jar:2.0.0.3.0.0.0-SNAPSHOT:test [INFO] | +- org.apache.hbase:hbase-zookeeper:test-jar:tests:2.0.0.3.0.0.0-SNAPSHOT:test [INFO] | +- org.apache.hbase:hbase-hadoop-compat:test-jar:tests:2.0.0.3.0.0.0-SNAPSHOT:test [INFO] | +- org.apache.hbase:hbase-hadoop2-compat:test-jar:tests:2.0.0.3.0.0.0-SNAPSHOT:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:3.0.0:compile [INFO] | | \- org.apache.hadoop:hadoop-mapreduce-client-common:jar:3.0.0:compile [INFO] | +- org.apache.hadoop:hadoop-hdfs:test-jar:tests:3.0.0:test [INFO] | | \- com.sun.jersey:jersey-server:jar:1.19:compile
Attachments
Attachments
Issue Links
- is related to
-
HBASE-24215 [Flakey Tests] [ERROR] TestSecureRESTServer java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate
- Resolved