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