[
https://issues.apache.org/jira/browse/HBASE-20495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088154#comment-17088154
]
Michael Stack edited comment on HBASE-20495 at 4/20/20, 11:21 PM:
------------------------------------------------------------------
Or hang on, let me try and repro first before making pronunciations. Here is
the error seen: HBASE-24215
was (Author: stack):
Or hang on, let me try and repro first before making pronunciations.
> REST unit test fails with NoClassDefFoundError against hadoop3
> --------------------------------------------------------------
>
> Key: HBASE-20495
> URL: https://issues.apache.org/jira/browse/HBASE-20495
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Major
> Attachments: 20495.v1.txt
>
>
> The following was first observed in the test output of rest.TestDeleteRow
> against hadoop3:
> {code}
> java.lang.NoClassDefFoundError:
> com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate
> Caused by: java.lang.ClassNotFoundException:
> com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
> {code}
> This was due to the following transitive dependency on jersey 1.19:
> {code}
> [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
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)