HADOOP-10075 is not integrated yet.
It doesn't have Fix Version(s) either.

For HBase, you can change the version strings in pom.xml to match the ones
from your hadoop build :
    <jetty.version>6.1.26</jetty.version>
    <jetty.jspapi.version>6.1.14</jetty.jspapi.version>

Cheers


On Fri, May 16, 2014 at 2:49 PM, Demai Ni <[email protected]> wrote:

> hi, folks,
>
> wondering anyone already began to use Jetty 9 with HBase. We are trying to
> use Jetty9 in hadoop, and got the following exceptions when start HBase:
> ...
> java.lang.ClassCastException:
> org.eclipse.jetty.servlet.ServletContextHandler incompatible with
> org.mortbay.jetty.servlet.Context
>         at
>
> org.apache.hadoop.hbase.util.InfoServer.fixupLogsServletLocation(InfoServer.java:74)
> ...
>
> caused by the mis-match of Jetty9 and Jetty6(current HBase dependency).
>
> On hadoop side HADOOP-10075 is pending. I am thinking about changing hbase
> code(0.96) to bypass the problem.
>
> Many thanks.
>
> Demai
>

Reply via email to