You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Balazs Meszaros (Jira)" <ji...@apache.org> on 2019/12/03 11:36:00 UTC

[jira] [Updated] (HBASE-23351) Updating hbase version to 2.2.2

     [ https://issues.apache.org/jira/browse/HBASE-23351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balazs Meszaros updated HBASE-23351:
------------------------------------
    Component/s: hbase-connectors

> Updating hbase version to 2.2.2
> -------------------------------
>
>                 Key: HBASE-23351
>                 URL: https://issues.apache.org/jira/browse/HBASE-23351
>             Project: HBase
>          Issue Type: Bug
>          Components: hbase-connectors
>    Affects Versions: connector-1.0.0
>            Reporter: István Adamcsik
>            Assignee: István Adamcsik
>            Priority: Major
>             Fix For: connector-1.0.1
>
>
> Due to a shading issue in hbase-shaded-testing-util, whereby jackson is omitted from the fat jar, the hbase-connectors tests fail to start mini clusters which fail with the below error.
> {code:java}
> *** RUN ABORTED ***  java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.web.WebHdfsFileSystem  at org.apache.hadoop.hdfs.server.namenode.NameNodeHttpServer.initWebHdfs(NameNodeHttpServer.java:78)  at org.apache.hadoop.hdfs.server.namenode.NameNodeHttpServer.start(NameNodeHttpServer.java:166)  at org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:842)  at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:693)  at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:906)  at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:885)  at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1626)  at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNode(MiniDFSCluster.java:1162)  at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNodesAndSetConf(MiniDFSCluster.java:1037)  at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:830{code}
> This issue is fixed in hbase 2.2.2 with HBASE-23007.



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