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

[jira] [Created] (HBASE-19932) TestSecureIPC in branch-1 fails with NoSuchMethodError against hadoop 3

Ted Yu created HBASE-19932:
------------------------------

             Summary: TestSecureIPC in branch-1 fails with NoSuchMethodError against hadoop 3
                 Key: HBASE-19932
                 URL: https://issues.apache.org/jira/browse/HBASE-19932
             Project: HBase
          Issue Type: Sub-task
            Reporter: Ted Yu
             Fix For: 1.5.0


Error below can be observed when running the test against hadoop 3:
{code}
org.apache.hadoop.hbase.security.TestSecureIPC  Time elapsed: 1.756 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.kerby.kerberos.kerb.server.SimpleKdcServer.getKadmin()Lorg/apache/kerby/kerberos/kerb/admin/kadmin/local/LocalKadmin;
	at org.apache.hadoop.hbase.security.TestSecureIPC.setUp(TestSecureIPC.java:112)
{code}



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