You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/02/20 21:34:00 UTC

[jira] [Resolved] (HBASE-19517) Could not create interface org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource when running against hadoop-3

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

Ted Yu resolved HBASE-19517.
----------------------------
    Resolution: Cannot Reproduce

> Could not create interface org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource when running against hadoop-3
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-19517
>                 URL: https://issues.apache.org/jira/browse/HBASE-19517
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> When running test against hadoop-3, I observe the following:
> {code}
> org.apache.hadoop.hbase.zookeeper.TestZKMulti  Time elapsed: 1.327 sec  <<< ERROR!
> java.lang.RuntimeException: Could not create  interface org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource Is the hadoop compatibility jar on the classpath?
> 	at org.apache.hadoop.hbase.zookeeper.TestZKMulti.setUpBeforeClass(TestZKMulti.java:71)
> Caused by: java.util.ServiceConfigurationError: org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource: Provider org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSourceImpl could not be instantiated
> 	at org.apache.hadoop.hbase.zookeeper.TestZKMulti.setUpBeforeClass(TestZKMulti.java:71)
> Caused by: java.lang.NoClassDefFoundError: org/apache/commons/beanutils/DynaBean
> 	at org.apache.hadoop.hbase.zookeeper.TestZKMulti.setUpBeforeClass(TestZKMulti.java:71)
> Caused by: java.lang.ClassNotFoundException: org.apache.commons.beanutils.DynaBean
> 	at org.apache.hadoop.hbase.zookeeper.TestZKMulti.setUpBeforeClass(TestZKMulti.java:71)
> {code}
> I used hadoop-3.0 profile



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)