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 2017/10/05 00:20:00 UTC

[jira] [Created] (HBASE-18943) Cannot start mini dfs cluster in test due to NoSuchMethodError in jetty

Ted Yu created HBASE-18943:
------------------------------

             Summary: Cannot start mini dfs cluster in test due to NoSuchMethodError in jetty 
                 Key: HBASE-18943
                 URL: https://issues.apache.org/jira/browse/HBASE-18943
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Priority: Critical


When starting mini dfs cluster against hadoop-3:
{code}
      dfsCluster = startMiniDFSCluster(numDataNodes, dataNodeHosts);
{code}
The above call would end up with:
{code}
java.lang.NoSuchMethodError: org.eclipse.jetty.server.session.SessionHandler.getSessionManager()Lorg/eclipse/jetty/server/SessionManager;
  at org.apache.hadoop.hbase.client.TestHCM.setUpBeforeClass(TestHCM.java:251)
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)