You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2021/10/20 06:14:00 UTC

[jira] [Created] (BIGTOP-3590) Hbase smoke tests failed on Ubuntu 20.04

Yuqi Gu created BIGTOP-3590:
-------------------------------

             Summary: Hbase smoke tests failed on Ubuntu 20.04
                 Key: BIGTOP-3590
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3590
             Project: Bigtop
          Issue Type: Task
            Reporter: Yuqi Gu
            Assignee: Yuqi Gu


Deploy hdfs, yarn, mapreduce and hbase by Bigtop Provisioner:
./docker-hadoop.sh -C config_ubuntu-20.04.yaml -c 3 -s --destroy

{code:java}
docker:
        memory_limit: "4g"
        image:  "bigtop/puppet:trunk-ubuntu-20.04"

repo: "http://repos.bigtop.apache.org/releases/3.0.0/ubuntu/20.04/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce, hbase]
enable_local_repo: false
smoke_test_components: [hbase]
{code}




{code:java}
org.apache.bigtop.itest.hbase.smoke.TestImportTsv > classMethod FAILED
    java.lang.AssertionError: teardown failed
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert$assertTrue$0.callStatic(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
        at org.apache.bigtop.itest.hbase.smoke.TestImportTsv.cleanUp(TestImportTsv.groovy:97)

{code}




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