You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/28 19:47:08 UTC

[GitHub] [hbase-filesystem] apurtell edited a comment on pull request #15: HBASE-24963 [HBOSS] UTs failing when running against hadoop 3.3.

apurtell edited a comment on pull request #15:
URL: https://github.com/apache/hbase-filesystem/pull/15#issuecomment-683113896


   I tried mvn clean install -Dhadoop.profile=3 -Dhadoop3.version=3.3.0 -Dhbase.profile=2 -Dhbase2.version=2.3.1
   
       [INFO] Running org.apache.hadoop.hbase.oss.contract.TestHBOSSContractSetTimes
       [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.363 s <<< FAILURE! - in org.apache.hadoop.hbase.oss.contract.TestHBOSSContractSetTimes
       [ERROR] testSetTimesNonexistentFile(org.apache.hadoop.hbase.oss.contract.TestHBOSSContractSetTimes)  Time elapsed: 0.214 s  <<< ERROR!
       java.io.IOException: Failed to get FS
       Caused by: java.lang.reflect.InvocationTargetException
       Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/common/X509Exception$SSLContextException
       Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.common.X509Exception$SSLContextException
   
   Not related to the changes proposed by this PR, but every unit test fails for me. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org