You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2021/02/02 15:10:00 UTC

[jira] [Commented] (BIGTOP-3486) Fix version mismatch of Jetty between Hadoop and HBase

    [ https://issues.apache.org/jira/browse/BIGTOP-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277189#comment-17277189 ] 

Masatake Iwasaki commented on BIGTOP-3486:
------------------------------------------

{noformat}
$ mvn -Phadoop-3.0 -Dhadoop-three.version=3.2.2 -Dslf4j.version=1.7.25 -Dzookeeper.version=3.4.14 -Dsurefire.testFailureIgnore=true test
...
[ERROR] org.apache.hadoop.hbase.client.TestMultiActionMetricsFromClient  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ssl/SslContextFactory$Server
        at org.apache.hadoop.hbase.client.TestMultiActionMetricsFromClient.setUpBeforeClass(TestMultiActionMetricsFromClient.java:50)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.ssl.SslContextFactory$Server
        at org.apache.hadoop.hbase.client.TestMultiActionMetricsFromClient.setUpBeforeClass(TestMultiActionMetricsFromClient.java:50)
...
{noformat}


> Fix version mismatch of Jetty between Hadoop and HBase
> ------------------------------------------------------
>
>                 Key: BIGTOP-3486
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3486
>             Project: Bigtop
>          Issue Type: Bug
>          Components: hadoop, hbase
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> Version mismatch between of Jetty causes "NoClassDefFoundError: org/eclipse/jetty/util/ssl/SslContextFactory$Server" on HBase unit tests using mini cluster.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)