You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/12/10 21:52:00 UTC

[jira] [Created] (HBASE-25384) Exclude ZooKeeper 3.4.9 from hadoop-common transitive dependency for Hadoop2 profile

Nick Dimiduk created HBASE-25384:
------------------------------------

             Summary: Exclude ZooKeeper 3.4.9 from hadoop-common transitive dependency for Hadoop2 profile
                 Key: HBASE-25384
                 URL: https://issues.apache.org/jira/browse/HBASE-25384
             Project: HBase
          Issue Type: Task
          Components: build
    Affects Versions: 2.3.0, 2.4.0
            Reporter: Nick Dimiduk


During RC validation process for both 2.3.0 and 2.4.0, using [~stack]'s [hbase-downstreamer|https://github.com/saintstack/hbase-downstreamer] project, we see a failure:

{noformat}
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.955 sec <<< FAILURE! - in org.hbase.downstreamer.TestHBaseMiniCluster
testSpinUpMiniHBaseCluster(org.hbase.downstreamer.TestHBaseMiniCluster)  Time elapsed: 8.922 sec  <<< ERROR!
java.lang.NoClassDefFoundError: org/apache/zookeeper/common/X509Exception$SSLContextException
        at org.hbase.downstreamer.TestHBaseMiniCluster.testSpinUpMiniHBaseCluster(TestHBaseMiniCluster.java:21)
Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.common.X509Exception$SSLContextException
        at org.hbase.downstreamer.TestHBaseMiniCluster.testSpinUpMiniHBaseCluster(TestHBaseMiniCluster.java:21)
{noformat}



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